top | item 43162501

(no title)

connectsnk | 1 year ago

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.

discuss

order

beoberha|1 year ago

I think the amount of people working on large enterprise systems here is a lot smaller than one would think.

Whenever a fly.io post about sqlite ends up in here, there are a scary amount of comments about using sqlite in way more scenarios than it should be.

connectsnk|1 year ago

True. I have that feeling many times that the enterprise crowd doesnt visits hacker news.

dkjaudyeqooe|1 year ago

"Should be" how?

SQLite is a lean and clean tool, it's very much a candidate for being inserted into all manner of contexts.

What beggars belief is the overly complicated, inefficient, rats nests of trendy software that developers actually string together to get things done, totally unaware of how they are implemented or meant to work.

By comparison using SQLite outside of its "blessed (by who?) use cases" is very practical.

koakuma-chan|1 year ago

Why would I use anything other than sqlite?

codr7|1 year ago

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