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

partial flushing queued objects #83

Open
roadscape opened this issue Feb 9, 2018 · 0 comments
Open

partial flushing queued objects #83

roadscape opened this issue Feb 9, 2018 · 0 comments

Comments

@roadscape
Copy link
Contributor

To reduce the amount of repeated work (and to even out the work done per block) we can update certain levels of the cached_post buffer over a n-block period. This is already done for accounts (p=8), and the basic mechanism is implemented in CachedPost. It's currently disabled because (1) it needs more testing, and (2) one of the main uses is payout sweeping, which requires an in-memory buffer to be effective. The same pattern can be used for sweeping accounts.

@roadscape roadscape added this to the 1.5 milestone Feb 9, 2018
This was referenced Feb 9, 2018
@roadscape roadscape changed the title slow flush of dirty objects partial flushing queued objects Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant