cm0002@lemmy.world to Programmer Humor@programming.dev · 5 months agoTell me the truth ...piefed.jeena.netimagemessage-square159linkfedilinkarrow-up11.13K
arrow-up11.13KimageTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor@programming.dev · 5 months agomessage-square159linkfedilink
minus-squaressfckdtlinkfedilinkarrow-up4·5 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·5 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-up1·5 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)