MongoDB is AI scale
https://www.youtube.com/watch?v=b2F-DItXtZs
At the risk of protesting too much in the shifting database landscape, NoSQL-based MongoDB has attempted to trash the competition by claiming PostgreSQL systems lack scalability to keep up with the demands of AI workloads. CEO Chirantan Desai took the opportunity of largely positive earnings results for the quarter ended Oct. …
"not able to scale with PostgreSQL... and they moved completely to MongoDB."
Sounds a bit like "couldn't drive in the lake with my car, so I smashed the windows out and started waving my arms".
Postgres scales fine, but what do they want to do with the data? And scaling is fine, but don't you also want to keep the integrity of the data?
You can perfectly maintain data integrity with Mongo. Does occasional data duplicates to meet scalability requirements breach the data integrity principle to you? I am not here to trash Postgres which I agree works well in a lot of cases, but I did see clients hitting scalability issues on Postgres once they had more than 2000 writes per seconds to handle. What did these clients do? They denormalised with various techniques like adding caching layers, materialised views, tried to use jsonb columns, split their dbs into microservices… all these techniques are fine but do involve data duplication of some sort and breach the “strong data integrity principle” that a lot of devs seem so worried about. The truth is that building distributed systems will involve some compromises including data duplication, whether you use Posgres ot Mongo. MongoDB’s approach is to make denormalisation the norm. This isn’t wrong and can work very well if handled carefully. As someone who worked in enterprise software implementation for a decade, I saw large banks, telcos and big retailers adopt Mongo for
critical and acid compliant workloads very successfully.
the move fast, break things crowd ?
Their avoidance of PostgresSQL is probably a selling point for the latter.
The imminent demise of RDBMS must rank with fusion power and flying cars—none of which is likely soon and the first the least likely.