1. 伏特数据库:
VoltDB 是分布式内存中 NewSQL RDBMS 和使用无共享架构的符合 ACID 的 RDBMS。该数据库由 Michael Stonebraker、Sam Madden 和 Daniel Abadi 设计。最初,VoltDB 数据库包括集群吞吐量和延迟以及 CPU 和内存使用情况的图表。 VoltDB 基于 H-Store 并随着多核服务器上每 CPU 核数的增加而扩展。
2. 扭曲 10 :
Warp 10 是一个 TimeSeries DBMS,专门处理基于 LevelDB 或 HBase 的时间戳地理数据。 Warp 10 的服务器操作系统是 Linux、OS X、Windows。它是最先进的时间序列平台。 Warp 10 是一个开源地理时间序列平台,旨在监控系统和物联网 (IoT) 并处理来自传感器的数据。
VoltDB 和 Warp 10 之间的区别:
S.No. | VoltDB | Warp 10 |
---|---|---|
1. | It was developed by VoltDB Inc. and initially released in 2010. | It was developed by SenX and initially released in 2015. |
2. | Its primary database model is Relational DBMS. | Its primary database model is Time Series DBMS. |
3. | Server operating systems of VoltDB are Linux and OS X . | Server operating systems of Warp 10 are Linux, OS X and Windows. |
4. | APIs and other access methods of VoltDB are Java API, JDBC, RESTful HTTP/JSON API. | APIs and other access methods of Warp 10 are HTTP API, Jupyter and WebSocket. |
5. | VoltDB supports transaction concepts of ACID (Atomicity, Consistency, Isolation, and Durability). | Warp 10 has no such transaction concepts. |
6. | Replication methods of VoltDB are Master-Master Replication and Master-Slave Replication. | Replication method of Warp 10 is Selectable Replication Factor. |
7. | There is an absence of partitioning method in VoltDB. | Warp 10 does not hold sharding partitioning method. |
8. | VoltDB supports C#, C++, Erlang, Go, Java, JavaScript, PHP and Python programming languages. | Absence of any supported programming language. |
9. | It does not hold any consistency concepts. | It has Immediate Consistency concept. |
10. | Implementation language of VoltDB are Java and C++. | Implementation language of Warp 10 is Java. |