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

I/O statistic for key-value databases #294

Merged
merged 17 commits into from
Jan 2, 2020
Merged

I/O statistic for key-value databases #294

merged 17 commits into from
Jan 2, 2020

Commits on Dec 31, 2019

  1. kvdb general io stats

    NikVolf committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    be40dfd View commit details
    Browse the repository at this point in the history
  2. rocksdb io stats gathering

    NikVolf committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    7556a87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    147cdb0 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    NikVolf committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    05e470e View commit details
    Browse the repository at this point in the history
  5. address review

    NikVolf committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    2c0a6da View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    NikVolf committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    30b934d View commit details
    Browse the repository at this point in the history
  7. tally_read inside

    NikVolf committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    a564d93 View commit details
    Browse the repository at this point in the history
  8. add test for delete

    NikVolf committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    963bce3 View commit details
    Browse the repository at this point in the history
  9. cargo fmt

    NikVolf committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    66451e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. refactor completely

    NikVolf committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    3d67aeb View commit details
    Browse the repository at this point in the history
  2. alter tests

    NikVolf committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    891b16a View commit details
    Browse the repository at this point in the history
  3. Update kvdb-rocksdb/src/stats.rs

    Co-Authored-By: Andronik Ordian <write@reusable.software>
    NikVolf and ordian authored Jan 1, 2020
    Configuration menu
    Copy the full SHA
    3a0d3c5 View commit details
    Browse the repository at this point in the history
  4. Update kvdb-rocksdb/src/stats.rs

    Co-Authored-By: Andronik Ordian <write@reusable.software>
    NikVolf and ordian authored Jan 1, 2020
    Configuration menu
    Copy the full SHA
    a81d487 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76c28af View commit details
    Browse the repository at this point in the history
  6. add stats to write_buffered

    NikVolf committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    dff6ba5 View commit details
    Browse the repository at this point in the history
  7. enhance io api

    NikVolf committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    289b2c1 View commit details
    Browse the repository at this point in the history
  8. cargo fmt

    NikVolf committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    226158c View commit details
    Browse the repository at this point in the history