@cm0002@lemmy.world to Programmer Humor@programming.dev • 4 days agoTell me the truth ...piefed.jeena.netimagemessage-square146fedilinkarrow-up11.17Karrow-down116
arrow-up11.15Karrow-down1imageTell me the truth ...piefed.jeena.net@cm0002@lemmy.world to Programmer Humor@programming.dev • 4 days agomessage-square146fedilink
minus-square@ssfckdt@lemmy.blahaj.zonelinkfedilink6•2 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-square@morbidcactus@lemmy.calinkfedilink1•edit-22 days agoI recall that sql server will group bit columns into bytes for storage, wouldn’t surprise me if other flavours did something similar.
minus-square@tiddy@sh.itjust.workslinkfedilinkEnglish0•2 days 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)