Hacker News
- The disaggregated write-ahead log (2023) https://blog.schmizz.net/disaggregated-wal 13 comments
- Waltz: A Distributed Write-Ahead Log https://wecode.wepay.com/posts/waltz-a-distributed-write-ahead-log 44 comments
- Deep Dive into Postgres Write-Ahead Logs https://www.artie.com/blogs/postgres-write-ahead-logs 5 comments
- A write-ahead log is not a universal part of durability https://notes.eatonphil.com/2024-07-01-a-write-ahead-log-is-not-a-universal-part-of-durability.html 51 comments
Lobsters
- The disaggregated write-ahead log https://blog.schmizz.net/disaggregated-wal 4 comments databases , distributed
- A write-ahead log is not a universal part of durability https://notes.eatonphil.com/2024-07-01-a-write-ahead-log-is-not-a-universal-part-of-durability.html 10 comments databases
- Reviewing a Golang Write-Ahead Log Implementation https://www.reddit.com/r/golang/comments/jwxssb/reviewing_a_golang_writeahead_log_implementation/ 8 comments golang
- A write-ahead log is not a universal part of durability https://notes.eatonphil.com/2024-07-01-a-write-ahead-log-is-not-a-universal-part-of-durability.html 3 comments programming
- Introducing OkayWAL: A write-ahead log for Rust https://bonsaidb.io/blog/introducing-okaywal/ 20 comments rust
- SQLite 3.7.0 released; supports write-ahead logging enabling better performance, less fsync(), less blocking on writer locks http://www.sqlite.org/news.html 44 comments programming