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

Speedup bigtable block upload by factor of 8-10x #24534

Merged
merged 5 commits into from
May 17, 2022

Commits on May 15, 2022

  1. Speedup bigtable upload by factor of 10x.

    Added multiple blockstore read threads.
    Run the bigtable upload in tokio::spawn context.
    Run bigtable tx and tx-by-addr uploads in tokio::spawn context.
    buffalu committed May 15, 2022
    Configuration menu
    Copy the full SHA
    a8dd713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a299d2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. wallclock elapsed

    buffalu committed May 16, 2022
    Configuration menu
    Copy the full SHA
    812cea4 View commit details
    Browse the repository at this point in the history
  2. trent feedback

    buffalu committed May 16, 2022
    Configuration menu
    Copy the full SHA
    2d66456 View commit details
    Browse the repository at this point in the history
  3. cargo.locl

    buffalu committed May 16, 2022
    Configuration menu
    Copy the full SHA
    ca236b9 View commit details
    Browse the repository at this point in the history