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

Programmer Humor

26372 readers
1533 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
[โ€“] fxdave@lemmy.ml 20 points 4 days ago* (last edited 4 days ago) (1 children)

That's not the point of JSONB. Use normalized tables whenever you can. JSONB allows you to store a document with unknown structure, and it allows you to access that data within SQL.

[โ€“] Simulation6@sopuli.xyz 2 points 4 days ago

I probably have just run into a bad example of its use. I can see it being useful for unknown documents.