• dan@upvote.au
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    11 小时前

    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.

    • RustyNova@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      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