Open In App

Difference between Transbase and YugabyteDB

Last Updated : 29 Jun, 2020
Improve
Improve
Like Article
Like
Save
Share
Report

1. Transbase :
It is a resource-optimized, high-performance, universally applicable RDBMS, developed and maintained by Transaction Software GmbH, Munich. It is a relational database management system that supports all important functions of the SQL standard. The database of Transbase is extensible via additional functions and custom data types also provides parallel execution of queries via dynamic multithreading technology.

YugabyteDB :
It is high-performance, cloud native and open source distributed SQL database globally-distributed document store. It aims to make applications agile. Yugabyte is headquartered in Sunnyvale, CA. It is distributed and developed as an Apache 2.0 open source project.

Difference between Transbase and YugabyteDB :

S.NO. Transbase YugabyteDB
1 Developed by Transaction Software GmbH and initially released on 1987. Developed by Yugabyte Inc. and initially released on 2017.
2 Current release on September 2019 Current release on March 2020.
3 FreeBSD, Linux, macOS, Solaris, Windows, are the server, operating systems of Transbase. Linux, OS X are server operating systems of YugabyteDB .
4 Primary database model is Relational DBMS. Primary database model is Relational DBMS.
5 Absence of Secondary database models in Transbase. Secondary database models is Document store and Wide column store
6 Supports C, C#, C++, Java, JavaScript, Kotlin, Objective-C, PHP, Python are programming languages. C, C#, C++, Go, Java, JavaScript (Node.js), Python, Ruby are supporting programming languages.
7 ADO.NET, JDBC, ODBC, Proprietary native API are the APIs and other access methods of Transbase. YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language, APIs and other access methods.
8 Transbase has Data Schema. Data scheme is depending on used data model.
9 It has Implementation language C and C++ . Implementation language of YugabyteDB is  C and C++.
10  Yes, Transbase has Transaction concepts. Distributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture is Transaction concepts.
11 Replication methods of Transbase is Master-slave replication. Replication methods is based on Raft distributed consensus protocol, minimum 3 replicas for continuous availability.
12 Transbase holds Immediate Consistency  concept. Has strong consistency on writes and tunable consistency on reads.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads