395
See MongoDB (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] r00ty@kbin.life 17 points 7 months ago

I never understood why people compare nosql to rdbms. They are entirely different systems with different use cases.

Where you neee data consistency and need to always get the same results to a query go with a structured rdbms. Where you need speed over all of that (and there are real use cases for this) then nosql is for you. Using both is of course a likely result too.

There's of course a lot of other considerations. But they're different tools for different situations.

[-] expr@programming.dev 6 points 7 months ago

Mongodb is not actually faster. Postgres still beats it in any benchmark that matters.

Nothing is ever actually schema-less. There is merely explicit and implicit schemas. If you don't want to bother encoding the schema as proper columns and instead want the schema to remain implicitly encoded in JSON, Postgres' jsonb columns do a better job of that than any NoSQL database does.

load more comments (7 replies)
this post was submitted on 28 Aug 2025
395 points (99.3% liked)

Programmer Humor

30995 readers
1051 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS