Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Remove ineffectiveness from current implementation, avoid any unnecessary but costly operations while still handling each cache entry independently.
  2. Redesign rebalance process to handle entries in batches.
  3. Introduce a new mode which will allow to transfer the whole partition file instead of key-value iteration

Risks and Assumptions

// Describe project risks, such as API or binary compatibility issues, major protocol changes, etc.

...