1.第四维度(4D):
第四维是关系数据库管理系统和由LaurentRibardière开发的IDE。 4D可以作为服务器运行,以便多个客户端可以管理一个数据库。 4D创建于1984年,并于1987年稍微延迟了Macintosh的公开发布。它是一个具有集成数据库管理系统的应用程序开发环境。
2. Amazon SimpleDB:
它是Amazon托管的简单数据库服务,数据存储在Amazon Cloud中。这是Amazon Web服务,用于实时在结构化数据上运行查询。该数据库由Amazon.com用Erlang编写。它具有以下功能–高可用性和灵活性,几乎没有管理负担。
4D和Amazon SimpleDB之间的区别:
S.No. | 4D | Amazon SimpleDB |
---|---|---|
1. | It is developed By 4D, Inc in 1984. | It is developed By Amazon in 2007. |
2. | It is an application development environment with integrated database management system. | It is hosted simple database service by Amazon, with data stored in Amazon Cloud. |
3. | It supports PHP as programming languages. | The programming languages supported are .Net, C, C++, Erlang, Java, PHP, Python, Ruby, and Scala. |
4. | Server operating systems for 4D are OS X and Windows. | In Amazon SimpleDB, Hosted server operating systems. |
5. | Its primary database model is Relational DBMS. | Its primary database model is Key-value store. |
6. | It supports Server-side scripting. | It does not support Server-side scripting. |
7. | It is not available as cloud service. | It is available as cloud service. |
8. | It supports SQL query language. | It does not support SQL query language. |
9. | It supports only one replication method – Master-master replication. | It support replication methods. |
10. | 4D provides concept of Referential Integrity. Hence, there is Foreign Keys. | It does not provides concept of Referential Integrity. Hence, no Foreign Keys. |
11. | It supports ACID property. | It does not support ACID property. |
12. | Immediate Consistency is used to ensure consistency in distributed system. | Eventual Consistency and Immediate Consistency are used to ensure consistency in distributed system. |