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

split very long operations lists to limit the maximum size of a KV entry #24

Open
slisson opened this issue Jan 10, 2023 · 0 comments
Open

Comments

@slisson
Copy link
Member

slisson commented Jan 10, 2023

The class CPOperationsList stores all the operations that were applied to a version. If there are lots of changes this list can become long and the entry stored on the model-server becomes big. This might be a problem that can be avoided by splitting a long list into a tree like data structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant