1.

Is It Possible To Use Cassandra Api As Key Value Store With Millions Or Billions Of Individual Partition Keys?

Answer»

Azure Cosmos DB can store unlimited data by scaling out the storage. This is independent of the throughput. Yes you can always just use Cassandra API to store and retrieve key/values by specifying right primary/partition key. These individual KEYS get their own LOGICAL partition and SIT atop physical partition WITHOUT issues.

Azure Cosmos DB can store unlimited data by scaling out the storage. This is independent of the throughput. Yes you can always just use Cassandra API to store and retrieve key/values by specifying right primary/partition key. These individual keys get their own logical partition and sit atop physical partition without issues.



Discussion

No Comment Found