📜  Transbase 和 XAP 的区别

📅  最后修改于: 2021-09-08 16:19:26             🧑  作者: Mango

1. 转基:
它是一种资源优化、高性能、普遍适用的 RDBMS,由慕尼黑 Transaction Software GmbH 开发和维护。它是一个关系数据库管理系统,支持 SQL 标准的所有重要功能。 Transbase 的数据库可通过附加功能进行扩展,自定义数据类型还通过动态多线程技术提供查询的并行执行。

2. XAP:
它是用于关键任务应用程序的高性能内存数据网格,并提供一组基本的数据存储功能,例如事务、索引和查询语言(类 SQL 查询)。它是一种用于安装和分发应用软件的文件格式。 Transbase 和 XAP 的区别:

S.No. Transbase XAP
1. It was developed by Transaction Software GmbH and initially released in 1987. It was developed by Gigaspaces Technologies and initially released in 2000.
2. Current release was on September 2019. Current release was on June 2019.
3. FreeBSD, Linux, macOS, Solaris, Windows are the server operating systems of Transbase. Linux, macOS, Solaris, Windows are the server operating systems of XAP.
4. Primary database model is Relational DBMS. Primary database models are Document Store and Key-Value Store.
5. There is an absence of secondary database model in Transbase. Secondary database model of XAP is Object-Oriented DBMS.
6. Supports C, C#, C++, Java, JavaScript, Kotlin, Objective-C, PHP and Python programming languages in Transbase. Supports .Net, C++ and Java programming languages.
7. ADO.NET, JDBC, ODBC, Proprietary native API are the APIs and other access methods of Transbase. GigaSpaces LRMI, Hibernate, JCache, JDBC, JPA, ODBC, RESTful HTTP API, Spring Data are the APIs and other access methods of XAP.
8. Transbase has data schema. Data scheme of XAP is schema-free.
9. Implementation languages of Transbase are C and C++ . Implementation languages of XAP are Java, C++ and .Net.
10. Transbase has transaction concepts. XAP has ACID (Atomicity, Consistency, Isolation, and Durability) transaction concepts.
11. Replication method of Transbase is Master-Slave Replication. Replication methods of XAP are Master-Master Replication and Master-Slave Replication.
12. Transbase holds Immediate Consistency concept. XAP also holds Immediate Consistency concept.
13. Transbase supports the concept of Foreign keys. XAP does not support the concept of Foreign keys.
14. There is an absence of partitioning method in Transbase. Partitioning method of XAP is Sharding.