Details
-
Epic
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
Storage support for Rebalancing
Description
Storage component should provide APIs and implementations for all types of storages (Page Memory, Rocks DB) to support rebalancing of data between nodes.
This includes several features:
- Rebalancing preparation - consistent snapshots of stored data.
- Effective streaming of snapshots - both on sender and receiver sides.
- Cleaning up resources when rebalancing is completed.
Integration with indexes and SQL engine is out of scope.