My bet is that it is built on top of Aurora PostgreSQL. By looking at the "Limits" section ( https://docs.aws.amazon.com/documentdb/latest/developerguide... ), identifiers are limited to 63 characters and the same characters that PostgreSQL limits identifiers to; and a collection size limit of 32TB, coincidentally maximum PostgreSQL table size. Edit: I can confirm: does not allow the UTF-8 null character in strings:…
Amazon DocumentDB, with MongoDB compatibility
51–60 of 323 posts
Re: Amazon DocumentDB, with MongoDB compatibility
#52Re: Amazon DocumentDB, with MongoDB compatibility
#53Earlier quoted context omitted.
Not sure why I'm getting downvoted. The characteristics sound exactly like Aurora. - "replicates six copies of your data across three AWS Availability Zones (AZs)" [0] - "Amazon DocumentDB uses a distributed, fault-tolerant, self-healing storage system that auto-scales up to 64 TB per database cluster." [0] - "When writing to storage, Amazon DocumentDB only persists a write-ahead logs, and does not need to write full…
Yeah, downvoting is totally broken on Hacker News. Seems like anything that isn't immediately agreed-with gets downvoted. I don't know where all the small-minded people come from, but they seem to have found their home here.
Re: Amazon DocumentDB, with MongoDB compatibility
#54Earlier quoted context omitted.
I love Azure for this. The names are almost all extremely straightforward. There are a handful that have made the jump from confusing to straight forward, and a handful that have made the jump from straightforward to confusing (CosmosDB, formerly DocumentDB, chiefly comes to mind).
Agreed. Too bad the Azure portal is the polar opposite. AWS, for all its faults, is mostly just a boring HTML portal but it works. Azure tried to get fancy, with side sliding panels all over the place, and it is barely useable. The nicest thing I can say is it is "quirky." It isn't really productive however, particularly not on my 1080p monitor at Windows 10's default 125% DPI. I literally quit Azure's Application In…
Re: Amazon DocumentDB, with MongoDB compatibility
#55Re: Amazon DocumentDB, with MongoDB compatibility
#56If I'm reading the pricing page correctly, DocumentDB would run a _minimum_ of $200/month. That's for the smallest instance and no storage or I/O. Kind of steep if you ask me.
Re: Amazon DocumentDB, with MongoDB compatibility
#57I hope MongoDB's users are really keen on on-prem otherwise this might be a challenging moment for them.
MongoDB has had Atlas which is a cloud hosted solution for a while now.
Re: Amazon DocumentDB, with MongoDB compatibility
#58Re: Amazon DocumentDB, with MongoDB compatibility
#59Earlier quoted context omitted.
50GB is a really small data set.
Eh, by what measure? Realistically it's probably bigger than 90% of all Mongo datasets. It's tiny if you're a massive company and it's massive if you're a tiny startup.
Heck, you can even just use grep over 50GB reading straight from disk. It's tiny.
Re: Amazon DocumentDB, with MongoDB compatibility
#60Sounds like this runs on the same storage service as Aurora.
Not sure why I'm getting downvoted. The characteristics sound exactly like Aurora. - "replicates six copies of your data across three AWS Availability Zones (AZs)" [0] - "Amazon DocumentDB uses a distributed, fault-tolerant, self-healing storage system that auto-scales up to 64 TB per database cluster." [0] - "When writing to storage, Amazon DocumentDB only persists a write-ahead logs, and does not need to write full…