irelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 2 days ago: (lemmy.dbzer0.comimagemessage-square28linkfedilinkarrow-up11
arrow-up11image: (lemmy.dbzer0.comirelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 2 days agomessage-square28linkfedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up0·1 day 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-up0·21 hours 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