[Remote Store + Segrep] Support parallel segment file upload & download in replication path #8187
Labels
enhancement
Enhancement or improvement to existing feature or request
Storage:Durability
Issues and PRs related to the durability framework
Storage
Issues and PRs relating to data and metadata storage
Is your feature request related to a problem? Please describe.
Currently the segments upload from primary and segments download on replicas is sequential. Only after the segments from primary are uploaded and subsequently the segment metadata file uploaded, the primary publishes to the replicas about initiating the segments sync. Given we have parallel segment files upload, we can initiate downloads on replicas after each file upload. This way we can reduce the overall time for replication.
Describe the solution you'd like
The segrep publisher can publish to replicas side along with individual segment files getting uploaded. We can decide the exact approach based on discussion.
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: