1. Adabas:
Adabas代表Adaptable Database System。它是由Software AG开发的,可以在IBM大型机上运行。它于1971年推出。它是OLTP –适用于大型机和Linux / Unix / Windows环境的DBMS。它是一种企业数据库管理系统,旨在实现可靠性,高性能,可伸缩性和较低的总拥有成本。
2. AnzoGraph:
它是为分析而设计的内存中分布式图形DBMS。它用于嵌入式分析。该数据库是大规模并行处理(MPP)本机图形数据库,旨在以规模,速度和深层链接见解来实现各种数据协调和分析。
Adabas和AnzoGraph之间的区别:
S.NO. | Adabas | AnzoGraph |
---|---|---|
1. | Developed by Software AG on 197. | Developed by Cambridge Semantics on 2018. |
2. | It is an OLTP – DBMS for mainframes and Linux/Unix/Windows environments | It is an in-memory distributed graph DBMS designed for analytics |
3. | The License of Adabas is commercial | The License of AnzoGraph is commercial. |
4. | Server operating systems for Adabas are BS2000, Linux, Unix, Windows, z/OS and z/VSE. | Server operating systems for AnzoGraph is Linux. |
5. | Its primary database model is Multivalue DBMS. | Its primary database model are Graph DBMS and RDF store. |
6. | Server-side scripting is done in Natural. | It support user defined functions for Server-side scripting. |
7. | It does not support XML format. | It does not support XML format. |
8. | It supports SQL query language with add-on product Adabas SQL Gateway. | It supports SPARQL is used as query language. |
9. | It does not support In-memory capabilities. | It supports In-memory capabilities. |
10. | It does not provides the concept of Referential Integrity. Hence, no Foreign Keys. | It does not provides the concept of Referential Integrity. Hence, no Foreign Keys. |
11. | It is not available as a cloud service | It is not available as a cloud service |
12. | It supports the Natural as a programming languages | Programming language supported are C++ and Java. |