• RustyNova@lemmy.world
    link
    fedilink
    arrow-up
    43
    ·
    1 month ago

    I think you got the wrong caption. It’s the world if SQLite supported multiple concurent writes.

    Stupid transaction deadlocks…

    • dan@upvote.au
      link
      fedilink
      arrow-up
      3
      ·
      1 month ago

      WAL mode makes writes a lot faster, which is sufficient for a bunch of use cases. It’s still not the right choice for write-heavy use cases, of course.

      • RustyNova@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 month ago

        I’m not actually looking for the speed most of the time, but more about preventing partial writes, so I’m still using it