v.21.4Experimental Features
Zero-copy Replication for ReplicatedMergeTree on S3 Storage
Zero-copy replication for ReplicatedMergeTree over S3 storage. #16240 (ianton-ru).Why it matters
This feature eliminates the need to copy data parts during replication betweenReplicatedMergeTree replicas on S3-backed storage, significantly improving replication speed and reducing network and storage overhead.How to use it
Enable zero-copy replication by configuring yourReplicatedMergeTree tables to use S3 storage as the underlying data layer. Ensure the configuration supports shared S3 storage usage among replicas to benefit from zero-copy replication.