Elektrine lite

← Feed

@dan@upvote.au

Post #2390123

2026-05-11 02:02 UTC

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.

Replies (1)

  • @RustyNova@lemmy.world 2026-05-11 09:56

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

    Open ##2390122