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

[Perf] Only use raw iterators with RocksDB and speed up ledger load #2518

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from

Commits on Jul 12, 2024

  1. perf: use only raw iterators with rocksdb

    Signed-off-by: ljedrz <[email protected]>
    ljedrz committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a09b850 View commit details
    Browse the repository at this point in the history
  2. fix: make len_confirmed work on empty data sets

    Signed-off-by: ljedrz <[email protected]>
    ljedrz committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f8fc68c View commit details
    Browse the repository at this point in the history
  3. perf: speed up the BlockStore Merkle tree creation

    Signed-off-by: ljedrz <[email protected]>
    ljedrz committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1dbf874 View commit details
    Browse the repository at this point in the history