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

Cache shrink is too slow, too memory intensive #3116

Closed
greenape opened this issue Oct 12, 2020 · 0 comments · Fixed by #3117
Closed

Cache shrink is too slow, too memory intensive #3116

greenape opened this issue Oct 12, 2020 · 0 comments · Fixed by #3117
Labels
FlowMachine Issues related to FlowMachine performance

Comments

@greenape
Copy link
Member

Cache dump with large numbers of cached queries is slow, and heavy. Largely because we pull every cached query out of the db multiple times and unpick it as well. Need to speed this up, and make it less of a memory hog because it is currently too slow to effectively reduce cache size within the default 10m.

@greenape greenape added FlowMachine Issues related to FlowMachine performance labels Oct 12, 2020
@greenape greenape mentioned this issue Oct 12, 2020
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FlowMachine Issues related to FlowMachine performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant