Viewing profile — aravindkr1
aravindkr1
HN member- Joined
- Wed, May 10, 2017, 6:36 PM UTC
- HN karma
- 10
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About aravindkr1
No profile information was provided.
Recent public activity
-
comment
Comment #14311342
This is covered in https://docs.microsoft.com/azure/cosmos-db/gremlin-support . You can specify a partition key for your graphs for scale out, and access vertices and edges using t…
-
comment
Comment #14311311
The latency SLAs are within the same Azure region. You can distribute your data across any of the 30+ regions that Azure is available in. Your apps always read from the local/close…
-
comment
Comment #14311292
One key difference is the cost difference between running Cosmos DB and Cassandra. We have a TCO paper ( https://aka.ms/documentdb-tco-paper ) that shows that for a 1M operations/s…
-
comment
Comment #14311267
Cosmos DB guarantees both low latency and that you can achieve your provisioned throughput with SLAs. Latency is guaranteed at p99 regardless of storage size or number of partition…