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

Reduce CPU load #102

Open
marcus67 opened this issue Aug 15, 2020 · 0 comments
Open

Reduce CPU load #102

marcus67 opened this issue Aug 15, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@marcus67
Copy link
Owner

Current behavior: Due to changes required to make the transaction behavior work with multiple threads the caching of persistent data has more or less been deactivated. This results in CPU loads which are about 200% higher than before.
Desired behavior: Reintroduce a simple caching of important data so that the number of database requests can be reduced.

@marcus67 marcus67 added the enhancement New feature or request label Aug 15, 2020
@marcus67 marcus67 added this to the Version 0.4 milestone Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant