Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Implement compacting values from not exists nodes #4

Open
negasus opened this issue Nov 6, 2019 · 0 comments
Open

Implement compacting values from not exists nodes #4

negasus opened this issue Nov 6, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@negasus
Copy link
Owner

negasus commented Nov 6, 2019

Save memory proposal.

If many nodes leaved cluster (and possible joined to cluster with new ID), its values with old IDs will be take memory forever.

Consider compacting proccess for orphans values to one virtual node value.

For example. Node2 and greater are orphans

Var1:
node1: 100
node2: 200
node3: 300
node4: 400

After compacting

Var1:
node1: 200
SpecialVirtualNode: 200+300+400
@negasus negasus added the enhancement New feature or request label Nov 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant