Live data from Hacker News

Viewing profile — Moehassan

Moehassan

HN member
Joined
Sat, Oct 14, 2023, 12:37 AM UTC
HN karma
2
Public activity
4 items

About Moehassan

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. comment
    Comment #41005312

    How did you come to that conclusion? No, the synchronous IO is not blocking the application because the committer that actually does the writing to disk lives in an external proces…

  4. comment
    Comment #40995782

    You can make SQLite scale way beyond the limitations of WAL mode or even Begin Concurrent mode, all while doing synchronous writes https://oldmoe.blog/2024/07/08/the-write-stuff-co…