cm0002@lemmy.world to Programmer Humor@programming.dev · 9 days agoTell me the truth ...piefed.jeena.netimagemessage-square166fedilinkarrow-up11.18K
arrow-up11.18KimageTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor@programming.dev · 9 days agomessage-square166fedilink
minus-squaressfckdt@lemmy.blahaj.zonelinkfedilinkarrow-up6·8 days 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·7 days agoSIMD Might be the term youre looking for (Single Input Multiple Data)
minus-squaremorbidcactus@lemmy.calinkfedilinkarrow-up1·edit-27 days 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.