1. YugabyteDB:
YugabyteDB是开源的,云原生的和高性能的分布式SQL数据库全球分布式文档存储。它旨在使应用程序变得敏捷。 Yugabyte总部位于加利福尼亚州森尼韦尔。 YugabyteDB作为Apache 2.0开源项目进行分发和开发。
2. Yanza:
Yanza是Yanza开发的用于物联网(IoT)应用程序的时间序列DBMS。它的服务器操作系统是Window,并支持HTTP API。
Yanza和YugabyteDB之间的区别:
S.No. | YugabyteDB | Yanza |
---|---|---|
1 | Developed by Yugabyte Inc. and initially released on 2017 and current release on March 2020. | Developed by Yanza and initially released on 2015. |
2 | Server operating systems of YugabyteDB is Linux, OS X. | Server operating systems of Yanza is Windows. |
3 | Its primary database model is Relational DBMS. | Its primary database model is Time Series DBMS. |
4 | It supports C, C#, C++, Go, Java, JavaScript (Node.js), Python, Ruby programming languages. | It supports any language that supports HTTP calls. |
5 | It supports YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language. | It supports HTTP API. |
6 | Data scheme of YugabyteDB is depending on used data model. | Data scheme of Yanza is schema-free. |
7 | It supports Typing and Secondary indexes. | It does not supports Typing and Secondary indexes. |
8 | Implementation language of YugabyteDB is C and C++. | It doesn’t has any Implementation language. |
9 | It has strong consistency on writes and unable consistency on reads. | It has Immediate Consistency concept. |
10 | It has Foreign keys. | It does not has Foreign keys. |