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

Problem: production rocksdb configuration is not optimal #813

Merged
merged 11 commits into from
Jan 19, 2023

Commits on Jan 18, 2023

  1. Problem: production rocksdb configuration is not optimal

    Solution:
    - update related dependencies to allow customize rocksdb options.
    - especially using rocksdb v7.
    - tune rocksdb options.
    yihuang committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    4aef5fd View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    Signed-off-by: yihuang <[email protected]>
    yihuang authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    892a725 View commit details
    Browse the repository at this point in the history
  3. remove rocksdb from niv

    yihuang committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    4eb27ae View commit details
    Browse the repository at this point in the history
  4. rocksdb options

    yihuang committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    d50bbac View commit details
    Browse the repository at this point in the history
  5. update flake

    yihuang committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    4c090bb View commit details
    Browse the repository at this point in the history
  6. fix build

    yihuang committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ddc247b View commit details
    Browse the repository at this point in the history
  7. create_if_missing

    yihuang committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c1bbebe View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    67ec407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69cdd25 View commit details
    Browse the repository at this point in the history
  3. fix integration test

    yihuang committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    ec5f771 View commit details
    Browse the repository at this point in the history
  4. comments

    yihuang committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    7501c4d View commit details
    Browse the repository at this point in the history