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

feat: improve lmdb dynamic growth #6242

Commits on Apr 3, 2024

  1. Improve LMDB resize

    Improved the LMDB resizing during block sync of many consecutive full blocks;
    this is required due to how the SMT works currently as it is replaced for
    every new block.
    Added SMT database write profiling measurements.
    hansieodendaal committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fe7078b View commit details
    Browse the repository at this point in the history
  2. review comments

    hansieodendaal committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2deabc9 View commit details
    Browse the repository at this point in the history
  3. review comments

    hansieodendaal committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    dc93be1 View commit details
    Browse the repository at this point in the history
  4. further improvements

    hansieodendaal committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ace6d16 View commit details
    Browse the repository at this point in the history
  5. fix unit tests

    hansieodendaal committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9f7801b View commit details
    Browse the repository at this point in the history