▲ | koolba 4 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. | ||
▲ | IgorPartola 4 days ago | parent | next [-] | |
Rename for objects and “directories” also. Atomic. | ||
▲ | ncruces 4 days ago | parent | prev [-] | |
Both this and read-after-write consistency is single object. So coordinating writes to multiple objects still requires… creativity. |