📜  Trafodion和Transbase之间的区别

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

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

Transbase:
它是资源优化,高性能,通用的RDBMS,由慕尼黑Transaction Software GmbH开发和维护。它是一个关系数据库管理系统,支持SQL标准的所有重要功能。 Transbase的数据库可以通过附加功能进行扩展,而自定义数据类型还可以通过动态多线程技术来并行执行查询。

Trafodion和Transbase之间的区别:

S.NO. Trafodion Transbase
1 Developed by Apache Software Foundation, originally developed by HP and initially released on 2014. Developed by Transaction Software GmbH and initially released on 1987.
2 Current release on February 2019. Current release on September 2019
3 Linux is server, operating systems of Trafodion . FreeBSD, Linux, macOS, Solaris, Windows, are the server, operating systems of Transbase.
4 Primary database model is Relational DBMS. Primary database model is Relational DBMS.
5 Sharding partitioning methods is present. Absence of Partitioning methods in Transbase .
6 All languages supporting JDBC/ODBC/ADO.Net are programming languages. Supports C, C#, C++, Java, JavaScript, Kotlin, Objective-C, PHP, Python are programming languages.
7 ADO.NET, JDBC, ODBC are the APIs and other access methods of Trafodion. ADO.NET, JDBC, ODBC, Proprietary native API are the APIs and other access methods of Transbase.
8 Trafodion has Data Schema. It also has Data Schema.
9 It has Implementation language Java and C++ . It has Implementation language C and C++ .
10 Trafodion has ACID Transaction concepts. It also has Transaction concepts.
11 Via HBase is replication methods of Trafodion. Replication methods of Transbase is Master-slave replication.
12 It holds Immediate Consistency concept. It also holds Immediate Consistency concept.