4 ms·
Sounds similar to cockroachdb, by ex google devs https://www.cockroachlabs.com/ https://www.cockroachlabs.com/
by niahmiah 7y ago
Sounds similar to cockroachdb, by ex google devs https://www.cockroachlabs.com/ https://www.cockroachlabs.com/
- taffer 7y agoCockroachdb is a proper SQL Database, Cosmos is just a Document Store that also has an SQL interface.
- jng 7y agoCan you explain in some precision what you mean by that?
- eclipxe 7y agoSounds petty precise to me already
- deleted 7y ago[deleted]
- manigandham 7y agoSQL = structured query language. It's just an interface to access data. All relational databases offer it but so do many other non-relational systems. This means using SQL to read/write data is completely separate from having relational functionality like joins.
- tannhaeuser 7y agoMay I ask that we shouldn't use the term Document Store or Document <anything> for JSONish data as used by Mongo, and by extension AWS "DocumentDB" and Cosmos DB. The term supposedly emphasizes that data graphs are stored as they are posted and requested by simple webapps (as opposed to normalized relational data), but that still hasn't anything to do with documents as understood by most people. It just poisons the search space (and AWS calling their impl DocumentDB doesn't help either).
- outside1234 7y agoIts a Document Store which has a whole bunch of read/write interfaces, including Graph, Cassandra, "SQL" (Document), and Table. And this is part of the problem. Only the Document interfaces work correctly and performantly.