📜  Trafodion 和 Warp 10 的区别

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

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

2. 扭曲 10 :
它是专门处理基于 LevelDB 或 HBase 的时间戳地理数据的 TimeSeries DBMS。 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.