irelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 3 months ago: (lemmy.dbzer0.comimagemessage-square34fedilinkarrow-up1229arrow-down12
arrow-up1227arrow-down1image: (lemmy.dbzer0.comirelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 3 months agomessage-square34fedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up1·edit-23 months 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-up1·3 months 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