1.第四维度(4D):
第四维度是关系数据库管理系统和由LaurentRibardière开发的IDE。 4D可以作为服务器运行,以便多个客户端可以管理一个数据库。 4D创建于1984年,并于1987年稍微延迟了Macintosh的公开发布。它是具有集成数据库管理系统的应用程序开发环境。
2. AnzoGraph:
它是为分析而设计的内存中分布式图形DBMS。它用于嵌入式分析。该数据库是大规模并行处理的本机图形数据库,旨在以规模,速度和深度链接见解来进行各种数据协调和分析。
4D和AnzoGraph之间的区别:
S.No. | 4D | AnzoGraph |
---|---|---|
1. | It was developed by 4D Incorporation in 1984. | It was developed by Cambridge Semantics in 2018. |
2. | It is application development environment with integrated database management system. | It is in-memory distributed graph DBMS designed for analytics. |
3. | It supports PHP as programming language. | It supports C++ and Java as programming languages. |
4. | Server operating systems for 4D are OS X and Windows. | Server operating system for AnzoGraph is Linux. |
5. | Its primary database model is Relational DBMS. | Its primary database model is Graph DBMS and RDF store. |
6. | It supports Server-side scripting. | It supports user-defined functions for Server-side scripting. |
7. | It supports XML format. | It does not support XML format. |
8. | It supports SQL query language. | It supports SPARQL is used as query language. |
9. | It does not support In-memory capabilities. | It supports In-memory capabilities. |
10. | It provides concept of Referential Integrity. Hence, there are Foreign Keys. | It does not provide concept of Referential Integrity. Hence, no Foreign Keys. |