koolba 3 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
IgorPartola 3 days ago

Rename for objects and “directories” also. Atomic.

ncruces 2 days ago

Both this and read-after-write consistency is single object.

So coordinating writes to multiple objects still requires… creativity.