this post was submitted on 10 May 2026
267 points (99.3% liked)

Programmer Humor

31699 readers
150 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] dan@upvote.au 2 points 4 weeks ago (1 children)

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 2 points 3 weeks 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