Viewing profile — Moehassan
Moehassan
HN member- Joined
- Sat, Oct 14, 2023, 12:37 AM UTC
- HN karma
- 2
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About Moehassan
No profile information was provided.
Recent public activity
- comment
- story
-
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…
-
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…