cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoTell me the truth ...piefed.jeena.netimagemessage-square167fedilinkarrow-up11.18Karrow-down117
arrow-up11.16Karrow-down1imageTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square167fedilink
minus-squaressfckdt@lemmy.blahaj.zonelinkfedilinkarrow-up6·1 month 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-21 month 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·1 month 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)