this post was submitted on 13 Sep 2025
321 points (99.1% liked)

Programmer Humor

26372 readers
1466 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] r00ty@kbin.life 38 points 4 days ago (13 children)
[–] fxdave@lemmy.ml 11 points 4 days ago (1 children)

With SQL you scale it when it is required by sharding, read replicas, cache layers, and denormalization.

With NoSQL afaik, we have to deal with the scaling from the beginning by keeping the consistency of denormalized data, that has additional code overhead. Is mongoDB different in this regard?

load more comments (11 replies)