Delta: A highly available, strongly consistent storage service using chain replication
Summary
Delta describes a highly available, strongly consistent object storage service built on chain replication. The post explains how Delta arranges data into buckets composed of multiple chains, with writes flowing from head to tail and reads served from the tail to ensure strong consistency. It also covers failure handling, automated repair via a control-plane service, and hybrid global replication with disaster recovery through archival backups.