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(statedb/export): add time metrics to export process #2430

Merged
merged 10 commits into from
Aug 14, 2024

Commits on Aug 11, 2024

  1. Add timing metrics to export process.

    This commit introduces timing metrics in the export function to measure the duration of the export process. It includes timestamps for the overall processing time and intervals for every million records processed to help identify performance bottlenecks.
    popcnt1 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    bac73a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. wip: add export from source

    popcnt1 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    aeb32d2 View commit details
    Browse the repository at this point in the history
  2. wip: add export from source

    popcnt1 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5d98579 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    beaad2d View commit details
    Browse the repository at this point in the history
  2. Remove unused imports and dependencies

    Cleaned up unused imports in `mod.rs` and `genesis.rs` files to enhance readability. Removed `fake-export` dependency from the project to simplify maintenance and reduce clutter.
    popcnt1 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d2ed0d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93d8ed5 View commit details
    Browse the repository at this point in the history
  4. revert change to Cargo.lock

    popcnt1 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9ea795c View commit details
    Browse the repository at this point in the history
  5. revert changes to Cargo.lock

    popcnt1 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7ef02c0 View commit details
    Browse the repository at this point in the history
  6. revert changes to Cargo.lock

    popcnt1 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c768000 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    189cd3b View commit details
    Browse the repository at this point in the history