qaz@lemmy.world to Programmer Humor@programming.devEnglish · 3 天前Who needs MongoDB when you have JSONB?lemmy.worldimagemessage-square60fedilinkarrow-up1316arrow-down12
arrow-up1314arrow-down1imageWho needs MongoDB when you have JSONB?lemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 3 天前message-square60fedilink
minus-squarefxdave@lemmy.mllinkfedilinkarrow-up20·edit-22 天前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.
minus-squareSimulation6@sopuli.xyzlinkfedilinkarrow-up2·2 天前I probably have just run into a bad example of its use. I can see it being useful for unknown documents.
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.
I probably have just run into a bad example of its use. I can see it being useful for unknown documents.