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

optimize startup performance #814

Closed
Tracked by #884
azahnen opened this issue Dec 9, 2022 · 0 comments · Fixed by #1174
Closed
Tracked by #884

optimize startup performance #814

azahnen opened this issue Dec 9, 2022 · 0 comments · Fixed by #1174
Assignees
Milestone

Comments

@azahnen
Copy link
Collaborator

azahnen commented Dec 9, 2022

During every startup some computations and generations take place, which can become really slow for big datasets and/or many APIs.
The goal of this issue would be to reduce the amount of times these computations are executed to a minimum by introducing caching mechanisms or similar means and only execute them when the source values have changed.
A special case of this are multi-node setups where every node executes the same computations at startup. So any solution needs to support sharing of the computed values.

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

Successfully merging a pull request may close this issue.

1 participant