irelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 3 days ago: (lemmy.dbzer0.comimagemessage-square32linkfedilinkarrow-up1302arrow-down13
arrow-up1299arrow-down1image: (lemmy.dbzer0.comirelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 3 days agomessage-square32linkfedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up3·3 days agoWAL mode makes writes a lot faster, which is sufficient for a bunch of use cases. Writers do still need to wait, but they have to wait for a shorter duration. It’s still not the right choice for write-heavy use cases, of course.
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up2·3 days agoI’m not actually looking for the speed most of the time, but more about preventing partial writes, so I’m still using it
WAL mode makes writes a lot faster, which is sufficient for a bunch of use cases. Writers do still need to wait, but they have to wait for a shorter duration. It’s still not the right choice for write-heavy use cases, of course.
I’m not actually looking for the speed most of the time, but more about preventing partial writes, so I’m still using it