Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
At the moment, mapping service support mapping only on primary replicas. To improve data colocation, we may use backup replicas as well for RO queries.
Let's improve mapping service in order to take advantage of backups locality and minimize amount data sent over the network.
Some failures that should be considered during implementation:
- Replica is not ready yet
- Replica has already gone
- Replica may be too outdated (safeTime of the replica is far behind of safeTime of the primary)
- Anything else?
Attachments
Issue Links
- Dependency
-
IGNITE-22467 PlacementDriver should have a method to return an assignments for a specified partition
- Resolved
- links to