1.德比:
Derby是用Java实现的功能齐全的开源关系数据库管理系统(RDBMS),顾名思义,它是由Apache Software Foundations开发的。它基于Java,JDBC和SQL标准。 Derby易于安装,部署和使用。它可以嵌入Java应用程序中,也可以用作数据库服务器。
2.卡桑德拉:
Cassandra是一个免费的开放源代码的分布式宽列存储NoSQL数据库管理系统。它由Apache Software Foundation开发,最初于2008年7月发布。Cassandra旨在处理许多商用服务器上的大量数据,提供高可用性而没有单点故障。
德比和卡桑德拉之间的区别:
SR.NO. | Derby | Cassandra |
---|---|---|
1 | It is developed by Apache Software Foundation in 1997. | It is also developed by Apache Software Foundation in 2008. |
2 | It is written in Java language. | It is written in Java language. |
3 | The primary database model for Derby is Relational DBMS. | The primary database model for Cassandra is Wide Column Store. |
4 | Server operating systems for Derby are Windows, macOs, Linux, Unix, BSD and z/OS. | Cassandra server operating systems are BSD, Linux, OS X, Windows. |
5 | It have the concept of Foreign keys. | It does not have the concept of Foreign keys. |
6 | It support only Java programming language. | It support C#, C++, Clojure, Erlang, Go, Haskell, Java, JavaScript info, Perl, PHP, Python, Ruby, Scala. |
7 | It support Master-Slave Replication methods. | It support selectable replication factor as replication methods. |
8 | APIs and other access methods used by Derby is JDBC. | APIs and other access methods used by Cassandra is Proprietary protocol, Thrift. |
9 | It is a open source software framework. | It is a open source software framework. |
10 | It supports fine grained access rights according to SQL-standard. | It supports access rights for users can be defined per object. |