交易:
它是一个事务性 SQL-on-Hadoop DBMS。它是一个网络规模的 SQL-on-Hadoop 解决方案,支持在 Apache Hadoop 上处理事务或操作工作负载。 “Trafodion”这个名字发音为“Tra-vod-eee-on”。它是一个在 Apache Hadoop 上运行的关系数据库管理系统,它为大数据环境中的事务或操作工作负载以及使用并行感知查询优化器的大数据集提供支持。
转基:
它是一种资源优化、高性能、普遍适用的 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. |