cm0002@lemmy.world to Programmer Humor@programming.dev · 5 days agoGood Morninglemmy.mlimagemessage-square56fedilinkarrow-up1815arrow-down15cross-posted to: programmerhumor@lemmy.ml
arrow-up1810arrow-down1imageGood Morninglemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 5 days agomessage-square56fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareTanoh@lemmy.worldlinkfedilinkarrow-up1·3 days agoSure, if you use a field often it is most likely better to extract it into a column with auto-updates from the JSON data. But you have to tune it and see what is best for your use case. Just saying that you can add indexes to JSON fields as well!
Sure, if you use a field often it is most likely better to extract it into a column with auto-updates from the JSON data.
But you have to tune it and see what is best for your use case. Just saying that you can add indexes to JSON fields as well!