cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoTell me the truth ...piefed.jeena.netimagemessage-square169linkfedilinkarrow-up11.18Karrow-down117
arrow-up11.16Karrow-down1imageTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square169linkfedilink
minus-squaressfckdt@lemmy.blahaj.zonelinkfedilinkarrow-up6·2 months agoI swore I read that mysql dbs will store multiple bools in a row as bit maps in one byte. I can’t prove it though
minus-squaremorbidcactus@lemmy.calinkfedilinkarrow-up1·edit-22 months agoI recall that sql server will group bit columns into bytes for storage, wouldn’t surprise me if other flavours did something similar.
minus-squaretiddy@sh.itjust.workslinkfedilinkEnglisharrow-up1arrow-down1·2 months agoSIMD Might be the term youre looking for (Single Input Multiple Data)
I swore I read that mysql dbs will store multiple bools in a row as bit maps in one byte. I can’t prove it though
I recall that sql server will group bit columns into bytes for storage, wouldn’t surprise me if other flavours did something similar.
SIMD Might be the term youre looking for (Single Input Multiple Data)