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

Batching for blocks enabled #365

Closed
wants to merge 2 commits into from
Closed

Batching for blocks enabled #365

wants to merge 2 commits into from

Conversation

Scooletz
Copy link
Contributor

A PR that allows to batch blocks before applying them to the database if the number of blocks in the queue is sufficiently big that it breaches the history depth. If the number is bigger, blocks can be squashed before applying them to the database so that there's less book keeping in regards to the copying data in the database.

@Scooletz Scooletz added 💣 experimental Highly experimental stuff, don't merge with unfastened seat belts. 🐌 performance Perofrmance related issue labels Jun 27, 2024
@Scooletz Scooletz changed the title Batching for blocks enables Batching for blocks enabled Jun 27, 2024
Copy link

Code Coverage

Package Line Rate Branch Rate Health
Paprika 85% 80%
Summary 85% (4199 / 4928) 80% (1349 / 1682)

Minimum allowed line rate is 75%

@Scooletz
Copy link
Contributor Author

This is not the crux of the performance issue. Blocks should be applicable much faster without any batching needed.

@Scooletz Scooletz closed this Jul 16, 2024
@Scooletz Scooletz deleted the block-batching branch July 16, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💣 experimental Highly experimental stuff, don't merge with unfastened seat belts. 🐌 performance Perofrmance related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant