cm0002@lemmy.world to Programmer Humor@programming.dev · 11 months agoTell me the truth ...piefed.jeena.netimagemessage-square150linkfedilinkarrow-up11.13Karrow-down115
arrow-up11.12Karrow-down1imageTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor@programming.dev · 11 months agomessage-square150linkfedilink
minus-squaressfckdt@lemmy.blahaj.zonelinkfedilinkarrow-up6·11 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-squaretiddy@sh.itjust.workslinkfedilinkEnglisharrow-up1·11 months agoSIMD Might be the term youre looking for (Single Input Multiple Data)
minus-squaremorbidcactus@lemmy.calinkfedilinkarrow-up1·11 months agoI recall that sql server will group bit columns into bytes for storage, wouldn’t surprise me if other flavours did something similar.
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
SIMD Might be the term youre looking for (Single Input Multiple Data)
I recall that sql server will group bit columns into bytes for storage, wouldn’t surprise me if other flavours did something similar.