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

Keep caches between transactions #179

Closed
tkstanczak opened this issue Oct 13, 2018 · 1 comment · Fixed by #7039
Closed

Keep caches between transactions #179

tkstanczak opened this issue Oct 13, 2018 · 1 comment · Fixed by #7039
Assignees
Labels
difficult It requires detailed knowledge of the codebase and changes can easily lead to severe issues. a performance
Projects

Comments

@tkstanczak
Copy link
Member

currently we clear caches on commit and commit happens after every tx
very inefficient

@tkstanczak tkstanczak added this to the Beta Release milestone Oct 13, 2018
@tkstanczak tkstanczak self-assigned this Oct 13, 2018
@tkstanczak tkstanczak removed this from the Beta Release milestone Nov 12, 2018
@tkstanczak tkstanczak added performance difficult It requires detailed knowledge of the codebase and changes can easily lead to severe issues. a labels Feb 1, 2019
@tkstanczak tkstanczak added this to To do in Performance via automation Jul 23, 2019
@tkstanczak tkstanczak removed their assignment Feb 7, 2021
@LukaszRozmej LukaszRozmej removed the bug label Jun 15, 2021
@LukaszRozmej
Copy link
Member

This is done when producing a block, we can and should look into it when processing blocks. Do some benchmarks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficult It requires detailed knowledge of the codebase and changes can easily lead to severe issues. a performance
Projects
No open projects
Performance
  
To do
3 participants