irelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 18 小时前: (lemmy.dbzer0.comimagemessage-square29fedilinkarrow-up1258
arrow-up1258image: (lemmy.dbzer0.comirelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 18 小时前message-square29fedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up3·edit-211 小时前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.
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up2·3 小时前I’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