📜  XAP 和 Yanza 的区别

📅  最后修改于: 2021-09-10 02:19:57             🧑  作者: Mango

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

2.燕扎:
Yanza 是用于物联网 (IoT) 应用程序的时间序列 DBMS。它是由 Yanza 开发的。它的服务器操作系统是 Window 并支持 HTTP API。 XAP 和 Yanza 的区别:

S.No. XAP Yanza
1. It was developed by Gigaspaces Technologies and initially released in 2000. It was developed by Yanza and initially released in 2015.
2. It’s primary database models are Document Store and Key-value Store and secondary database model is Object-Oriented DBMS. It’s primary database model is Time Series DBMS.
3. Server operating systems of XAP Linux, macOS, Solaris, Windows. Server operating systems of Yanza is Windows.
4. XAP supports GigaSpaces LRMI, Hibernate, JCache, JDBC, JPA, ODBC, RESTful HTTP API and Spring Data. Yanza supports HTTP API.
5. XAP has ACID (Atomicity, Consistency, Isolation, and Durability) transaction concepts. There is no transaction concept in Yanza.
6. Replication methods of XAP are Master-Master replication and Master-Slave replication. There is no replication method in Yanza.
7. Partitioning method of XAP is Sharding. There is no partitioning method in Yanza.
8. XAP supports .Net, C++ and Java programming languages. Yanza supports any language that supports HTTP calls.
9. Implementation languages for XAP are Java, C++ and .Net. There is no implemented language for Yanza.