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

Store applog with tx #2305

Merged
merged 2 commits into from
Dec 9, 2021
Merged

Store applog with tx #2305

merged 2 commits into from
Dec 9, 2021

Commits on Dec 8, 2021

  1. core: fix TestRestoreAfterDeploy

    A bit longer script easily solves the size problem.
    roman-khimov committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    f87c595 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. *: store application long along with tx/block

    Two times less keys inserted into the DB per tx leads to ~13% TPS
    improvement. We also drop one goroutine with it which isn't bad as well.
    roman-khimov committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    4c39b66 View commit details
    Browse the repository at this point in the history