📜  XAP和Yanza之间的区别

📅  最后修改于: 2021-08-29 11:21:35             🧑  作者: Mango

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

2. Yanza:
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.