Live data from Hacker News

Azure Cosmos DB, a globally distributed database

docs.microsoft.com

21–30 of 120 posts

Re: Azure Cosmos DB, a globally distributed database

#21

No backup/restore?

Backup is automatic and restore is available within a time frame. https://docs.microsoft.com/en-us/azure/documentdb/documentdb...

> If the data is accidently dropped or corrupted, please contact Azure support within 8 hours

Thats sounds less then optimal. :)

Re: Azure Cosmos DB, a globally distributed database

#22

Is it open source? Why do I care? The same reason I don't use AWS or Google Cloud only datastores: I want to avoid vendor lockin.

See the news about Azure Database for MySQL and Postgresql https://azure.microsoft.com/en-us/services/postgresql/ https://azure.microsoft.com/en-us/services/mysql

Re: Azure Cosmos DB, a globally distributed database

#23
post #14

No backup/restore?

They guarantee durability. I imagine that's a part of it? I guess no backup/restore is a problem if you manage to delete all your data, so we'd have to see some docs, heh

At some point someone will accidentally overwrite or delete data and discover that some days later...

Re: Azure Cosmos DB, a globally distributed database

#25
post #4

> Latency: 99.99% of Impressive SLA to guarantee, I'm curious if this will hold up in all random customer workloads that are coming, e.g. updating a lot of fields in a large document (or just a very large insert).

"For a typical 1-KB item, Cosmos DB guarantees end-to-end latency of reads under 10 ms and indexed writes under 15 ms at the 99th percentile, within the same Azure region."

i.e. 1 KB item; Same Azure region;

This now seems more plausible.

One thing I'm curious about is if they tested load on a single partition, or if they only tested latencies for random access.

Re: Azure Cosmos DB, a globally distributed database

#28
post #24

I want a competitor to Google Cloud SQL in Azure.

It's called Azure SQL DB (unless you want Mysql, then you'd want IaaS SQL DB)

With the exception that Azure SQL doesn't horizontally scale across regions/datacenters like Google Cloud SQL does.

Re: Azure Cosmos DB, a globally distributed database

#30
post #5
post #2

This isn't a new database. This is a rebranding of the generically-named Azure DocumentDB, plus some new features.

Not exactly. DocumentDB was primarily a document store. Cosmos allows you to store graphs and KV pairs as well.

DocumentDB is KV.
Post reply on HN