Separate Reader & Writer JVM #1121
Labels
distributed framework
enhancement
Enhancement or improvement to existing feature or request
Indexing:Replication
Issues and PRs related to core replication framework eg segrep
Once [segment replication] (#1123) implemented, then primary shard will be only responsible for handling write operations and replica will not execute any write operations any more. This will give us more flexibility to separate writer and reader JVM for better memory tuning and optimization, especially in cases where the cluster is heavy on read or heavy on write (e.g., append only use cases like log analytics).
The text was updated successfully, but these errors were encountered: