📜  VelocityDB和Yaacomo之间的区别

📅  最后修改于: 2021-07-05 06:58:19             🧑  作者: Mango

1. VelocityDB:
它是.NET对象数据库,可以嵌入/分发并扩展为图形数据模型(VelocityGraph)。数据库速度快,内存消耗低。它是一种极高性能,易于使用,可伸缩,可嵌入和可分发的对象数据库系统。

2. Yaacomo:
它是用于实时分析的基于OpenCL的内存数据库管理系统,大数据解决方案是作为即插即用解决方案而开发的。它旨在通过并行计算有效利用硬件。

VelocityDB和Yaacomo之间的区别:

S.NO. VelocityDB Yaacomo
1 It is developed by VelocityDB Inc and initially released on 2011 and Current release of VelocityDB is 7.x It is developed by Q2WEB GmbH and initially released on 2009.
2 Its server operating systems of VelocityDB is Any that supports .NET Its server operating systems of Yaacomo is Android, Linux, Windows.
3 Its primary database model is Graph DBMS and Object oriented DBMS Its primary database model is Relational DBMS.
4 It supports .Net programming languages. It does not support any programming languages
5 APIs and other access methods of VelocityDB is .Net APIs and other access methods of Yaacomo is JDBC, ODBC.
6 Implementation language is C# . It doesn’t has any Implementation language.
7 Absence of Replication methods Replication methods of Yaacomo is Master-slave replication.
8 Sharding Partitioning method present in VelocityDB. Horizontal Partitioning method in Yaacomo.
9 It doesn’t hold Foreign keys It holds Foreign keys.