Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speedup state.List() operations #1440

Open
hsanjuan opened this issue Aug 6, 2021 · 0 comments
Open

Speedup state.List() operations #1440

hsanjuan opened this issue Aug 6, 2021 · 0 comments
Labels
exp/wizard Extensive knowledge (implications, ramifications) required kind/enhancement A net-new feature or improvement to an existing feature need/analysis Needs further analysis before proceeding P1 High: Likely tackled by core team if no one steps up

Comments

@hsanjuan
Copy link
Collaborator

hsanjuan commented Aug 6, 2021

They are specially slow, probably due to go-ds-crdt being slow when the pinsets grow very big (in the millions).

This results in Status and Recover operations being slow, themselves.

Cluster could potentially be caching or keeping a faster replica of the CRDT state that is populated once. There are explorations to do here.

@hsanjuan hsanjuan added need/triage Needs initial labeling and prioritization exp/wizard Extensive knowledge (implications, ramifications) required kind/enhancement A net-new feature or improvement to an existing feature need/analysis Needs further analysis before proceeding P1 High: Likely tackled by core team if no one steps up and removed need/triage Needs initial labeling and prioritization labels Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exp/wizard Extensive knowledge (implications, ramifications) required kind/enhancement A net-new feature or improvement to an existing feature need/analysis Needs further analysis before proceeding P1 High: Likely tackled by core team if no one steps up
Projects
None yet
Development

No branches or pull requests

1 participant