Hacker News new | ask | show | jobs
by koolba 575 days ago
This combined with the read-after-write consistency guarantee is a perfect building block (pun intended) for incremental append only storage atop an object store. It solves the biggest problem with coordinating multiple writers to a WAL.
2 comments

Rename for objects and “directories” also. Atomic.
Both this and read-after-write consistency is single object.

So coordinating writes to multiple objects still requires… creativity.