1. MongoDB:
MongoDB 是一个开源的面向文档的数据库,用于大容量数据存储。它属于 NoSQL 数据库的分类。 NoSQL 工具意味着它不使用通常的行和列。 MongoDB 使用 BSON(文档存储格式),这是一种二进制格式的 JSON 文档。
2. 数据:
Teradata 是 Teradata 公司生产的 RDBMS,用于管理大型数据仓库操作。 Teradata Corporation 是数据库和分析相关软件、产品和服务的提供商。它接受来自多个客户端应用程序的请求数。
MongoDB 和 Teradata 的区别:
SR.NO | MongoDB | Teradata |
---|---|---|
1 | It is developed by MongoDB Inc. in 2009. | It is developed by Teradata Corp. in 1984. |
2 | MongoDB server operating systems are Linux, OS X, Solaris, Windows. | Teradata server operating systems are Linux, hosted. |
3 | The primary database model for MongoDB is Document Store. | The primary database model for Teradata is Relational DBMS. |
4 | It is a open source software framework. | It runs world’s largest commercial databases. |
5 | Famous companies like Adobe, Amadeus, Lyft, ViaVarejo, Craftbase, etc uses MongoDB. | Famous companies like Cognizant, Capgemini, aws, Cisco, Citibank, etc use Teradata. |
6 | It support multi-document ACID Transactions with snapshot isolation. | It support ACID transactions. |
7 | It provides us with Eventual and Immediate Consistency method to ensure consistency in a distributed system. | It provides us with Immediate Consistency method to ensure consistency in a distributed system. |
8 | It supports Master-Slave Replication. | It supports both Master-Slave Replication and Master-Master Replication. |
9 | It supports C, C#, C++, Clojure info, ColdFusion info, D info, Dart info, Delphi info, Erlang, Java, JavaScript, PHP, Python, Ruby. | It supports C, C++, Cobol, Java (JDBC-ODBC), Perl, PL/1, Python, R, Ruby. |
10 | It provides access rights for users and roles. | It provide fine grained access rights according to SQL-standard. |