Live data from Hacker News

MongoDB acquires Voyage AI

investors.mongodb.com

101–110 of 172 posts

Re: MongoDB acquires Voyage AI

#101

I understand the criticisms, but in my experience, MongoDB has come a long way. Many of the earlier issues people mention have been addressed. Features like sharding, built-in replication, and flexible schemas have made scaling large datasets much smoother for me. It’s not perfect, but it’s a solid choice.

It's still an unstructured blob of JSON, systems built with it are a major pita to maintain.

Re: MongoDB acquires Voyage AI

#102

Genuine question: I appreciate the comments about MongoDB being much better than it was 10 years ago; but Postgres is also much better today than then as well. What situations is Mongo better than Postgres? Why choose Mongo in 2025?

Simple. Postgres is hard, you have to learn SQL. SQL is hard and mean. Mongo means we can just dump everyone into a magic box and worry about it later.No tables to create. But their is little time, we need to ship our CRUD APP NOW! No one on the team knows SQL! I'm actually using Postgres via Supabase for my current project, but I would probably never use straight up Postgres.

If learning SQL is hard, maybe software isn't the best choice of career.

Writing code and creating good software requires a lot of mental clarity and effort; that fact is never going to change, not even with AI.

Re: MongoDB acquires Voyage AI

#103
post #99

Earlier quoted context omitted.

I don't necessarily agree with the above justifications, but in my experience this is basically why teams pick Mongo. It's easier to get started with.

Now there's a truth about MongoDB, it's easy to get started with. But why is that the top priority?

Because some devs and teams prioritise “get to prod” above literally all else.

Maintainability? Secondary. Security? Secondary. Data-integrity/correctness? Secondary.

Re: MongoDB acquires Voyage AI

#104
post #98

Earlier quoted context omitted.

Mongo is real distributed and scalable DB, while postgres is single server DB, so main consideration could be if you need to scale beyond single server.

Calling MongoDB a real database compared to PostgreSQL is hilarious. MongDB is basically a pile of JSON in comparison, no matter how much you distribute and scale it.

I think there is no distributed db on the market available with features parity to PgSQL. Distributed systems are hard, and sacrifices need to be made.

Re: MongoDB acquires Voyage AI

#105
post #86

Genuine question: I appreciate the comments about MongoDB being much better than it was 10 years ago; but Postgres is also much better today than then as well. What situations is Mongo better than Postgres? Why choose Mongo in 2025?

Mongo is Web scale.

instagram use postgresql and still web-scale (unless this was satire)

Re: MongoDB acquires Voyage AI

#106
post #22
post #8

Earlier quoted context omitted.

Is it possible that they simply have a good product?

They do have a good product, but "they accumulate tech debt for years, all their devs leave, now they can't move away" is the story of the place I worked at a few years ago. The database was such a disorganized, inconsistent mess that no-one had the stomach (or budget) to try and get off it.

Basically every MongoDB I've come across; same story, different faces.

Re: MongoDB acquires Voyage AI

#108
post #8

Earlier quoted context omitted.

Pretty sure they achieved fiscal nirvana by exploiting enterprise brain rot. You hook em, they accumulate tech debt for years, all their devs leave, now they can't move away & you can start increasing prices. Eventually the empty husk will topple over but that's still years away.

Is it possible that they simply have a good product?

These days almost all the alternatives do 90% of what they cover in a way that’s either using your pre-existing tech stack, or just net-better.

There’s probably some extremely specific niche use-cases where it works well, but I suspect they’re pretty few-and-far-between.

Post reply on HN