📜  Trafodion和Warp 10之间的区别

📅  最后修改于: 2021-08-24 05:05:26             🧑  作者: Mango

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

2.经线10:
它是TimeSeries DBMS,专门用于基于LevelDB或HBase的带有时间戳的地理数据。 Warp 10的服务器操作系统是Linux,OS X,Windows。它是最先进的时间序列平台。它是一个开放源码的地理时间序列平台,旨在监视系统和物联网并处理来自传感器的数据。

Trafodion和Warp 10之间的区别:

S.NO. Trafodion Warp 10
1 It is developed by Apache Software Foundation, originally developed by HP Initially released on 2014. It is developed by SenX and initially released on 2015.
2 Linux is server, operating systems of Trafodion . Linux, OS X, Windows are server operating systems in Warp 10.
3 Primary database model is Relational DBMS. Primary database model is Time Series DBMS.
4 All languages supporting JDBC/ODBC/ADO.Net are programming languages. No such supported programming languages in Warp 10.
5 It has Data Schema. It has schema-free Data Schema.
6 Its implementation languages are Java and C++ . Its implementation language is Java.
7 It has ACID Transaction concepts. Absence of transaction concepts in Warp 10.
8 Via HBase is replication methods of Trafodion. Selectable replication factor is replication methods of Warp 10.
9 It holds Immediate Consistency concept. It has Eventual Consistency concept.
10 It has concept of Foreign keys. It does not has concept of Foreign keys.