1.WakandaDB:
WakandaDB 是一个服务器端 Javascript 引擎,用于访问数据并嵌入在提供 REST API 的服务器中。 WakandaDB 有一个主要的数据库模型作为面向对象的 DBMS。 WakandaDB 是一个 JavaScript 平台,用于开发和运行 Web 或移动应用程序,NoSQL 引擎通过 HTTP 访问。
2. 伏特数据库:
VoltDB 是分布式内存中 NewSQL RDBMS 和使用无共享架构的符合 ACID 的 RDBMS。该数据库由 Michael Stonebraker、Sam Madden 和 Daniel Abadi 设计。最初,VoltDB 数据库包括集群吞吐量和延迟以及 CPU 和内存使用情况的图表。 VoltDB 基于 H-Store 并随着多核服务器上每 CPU 核数的增加而扩展。
WakandaDB 和 VoltDB 的区别:
S.No. | WakandaDB | VoltDB |
---|---|---|
1. | It was developed by Wakanda SAS and initially released in 2012. | It was developed by VoltDB Inc. and initially released in 2010. |
2. | Its primary database model is Object-Oriented DBMS. | Its primary database model is Relational DBMS. |
3. | Server operating systems of WakandaDB are Linux, OS X and Windows. | Server operating systems of VoltDB are Linux and OS X . |
4. | WakandaDB supports RESTful HTTP API. | VoltDB supports Java API, JDBC, RESTful HTTP/JSON API. |
5. | WakandaDB supports transaction concepts of ACID (Atomicity, Consistency, Isolation, and Durability). | VoltDB also supports transaction concepts of ACID (Atomicity, Consistency, Isolation, and Durability). |
6. | There is an absence of replication methods in WakandaDB. | Replication methods of VoltDB are Master-Master Replication and Master-Slave Replication. |
7. | It supports JavaScript programming language. | VoltDB supports C#, C++, Erlang, Go, Java, JavaScript, PHP and Python programming languages. |
8. | It has Immediate Consistency concepts. | It does not hold any consistency concepts. |
9. | Implementation language of WakandaDB are C++ and JavaScript. | Implementation language of VoltDB are Java and C++. |
10. | There is a data scheme present in WakandaDB. | There is a data scheme present in VoltDB also. |