350
See MongoDB (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] expr@programming.dev 5 points 16 hours 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.

this post was submitted on 28 Aug 2025
350 points (100.0% liked)

Programmer Humor

26006 readers
911 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