📜  Trafodion和Yanza之间的区别

📅  最后修改于: 2021-08-25 16:34:16             🧑  作者: Mango

1. Trafodion:
它是事务性的基于Hadoop的SQL DBMS。这是一个Webscale-SQL-on-Hadoop解决方案,支持Apache Hadoop上的事务或操作工作负载。 “ Trafodion”这个名字的发音是“ Tra-vod-eee-on”。它是一个在Apache Hadoop上运行的关系数据库管理系统,该系统使用并行感知的查询优化器为大数据环境中的事务或操作工作负载以及大数据集提供支持。

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

Trafodion和Yanza之间的区别:

S.NO. Trafodion Yanza
1 It is developed by Apache Software Foundation, originally developed by HP. Initially released on 2014. It is developed by Yanza and initially released on 2015.
2 Linux is server, operating systems of Trafodion . Windows is server operating systems of Yanza.
3 Its primary database model is Relational DBMS. Its primary database model is Time Series DBMS.
4 All languages supporting JDBC/ODBC/ADO.Net are programming languages. It supports any language that supports HTTP calls.
5 ADO.NET, JDBC, ODBC are the APIs and other access methods of Trafodion. YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language, APIs and other access methods.
6 It has Data Schema. Data scheme of Yanza is schema-free.
7 Its implementation language Java and C++ . It does not has any implementation language.
8 It has ACID Transaction concepts. Its does not has transaction concepts.
9 Via HBase is replication methods of Trafodion. Absence of Replication methods in Yanza.
10 It holds Immediate Consistency concept. It has Immediate Consistency concept.
11 It has concept of Foreign keys. It does not has concept of Foreign keys.