📜  UniData,UniVerse和YugabyteDB之间的区别

📅  最后修改于: 2021-08-25 18:39:35             🧑  作者: Mango

1. UniData,UniVerse:
它是具有SQL映射层和元数据库功能的MultiValue数据库和应用程序服务器。 UniData简化了数据库设计,消除了SQL规范化的约束。 UniVerse是MultiValue应用程序平台的组件,其优点是用于开发企业应用程序的快速,灵活的数据服务器。基于UniVerse的应用程序可最大化可用资源的处理吞吐量,动态分配可用资源。

2. YugabyteDB:
它是开源的,云原生的和高性能的分布式SQL数据库全局分布的文档存储。它旨在使应用程序变得敏捷。 Yugabyte总部位于加利福尼亚州森尼韦尔。 YugabyteDB作为Apache 2.0开源项目进行分发和开发。

UniData,UniVerse和YugabyteDB之间的区别:

S.NO. UniData, UniVerse YugabyteDB
1 Developed by Rocket Software and initially released on 1985. Developed by Yugabyte Inc. and initially released on 2017 and current release on March 2020.
2 Server operating systems of UniData, UniVerse is AIX, HP-UX, Linux, Solaris, Windows. Server operating systems of YugabyteDB is Linux, OS X.
3 Its primary database model is Multivalue DBMS. Its primary database model is Relational DBMS.
4 Absence of Secondary database models in UniData, UniVerse Secondary database models of YugabyteDB is Document store and Wide column store
5 UniData, UniVerse supports .Net, Basic, C, Java, programming languages. YugabyteDB supports C, C#, C++, Go, Java, JavaScript (Node.js), Python, Ruby programming languages.
6 APIs and other access methods of UniData, UniVerse is Java API, JDBC, ODBC, OLE DB, Proprietary protocol, RESTful HTTP API, SOAP-based API. YugabyteDB supports YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language.
7 Yes, UniData, UniVerse has a schema-free Data Schema. Data scheme of YugabyteDB is depending on used data model.
8 It has Implementation language C . Implementation language of YugabyteDB is C and C++.
9 ACID (atomicity, consistency, isolation, durability) Transaction concepts in UniData, UniVerse. Its Transaction concepts is Distributed ACID with Serializable Snapshot Isolation. Inspired by Google Spanner architecture.
10 Replication methods of UniData, UniVerse Master-slave replication. Replication methods of YugabyteDB is based on Raft distributed consensus protocol, minimum 3 replicas for continuous availability.
11 UniData, UniVerse doesn’t hold Consistency concept. YugabyteDB has strong consistency on writes and tunable consistency on reads.