qaz@lemmy.world to Programmer Humor@programming.devEnglish · 1 month agoWho needs MongoDB when you have JSONB?lemmy.worldimagemessage-square58fedilinkarrow-up1208arrow-down12
arrow-up1206arrow-down1imageWho needs MongoDB when you have JSONB?lemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 1 month agomessage-square58fedilink
minus-squarefxdave@lemmy.mllinkfedilinkarrow-up10·edit-21 month agoThat’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.
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.