|
|
|
|
|
by fyrerise
3194 days ago
|
|
This is probably not the answer you're looking for, but MongoDB no longer has much technical justification. Compared to Mysql and Postgres, it does have an out-of-the-box partitioning scheme, which is something, and a reason to use it (although I'm not sure it outweighs the downsides). Compared to newer cloud databases like Spanner, Citus, or Aurora which scale well but also provide your with ACID guarantees reminiscent of traditional RDMSes ... there's really not much there. |
|
Both MySQL and PostgreSQL support out-of-the-box partitioning. Are you referring to sharding?