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

Add a file system parameter: --fs_uri to db_stress and db_bench #6878

Closed
wants to merge 3 commits into from

Commits on Aug 6, 2020

  1. Register the posix file system so it can be loaded

    Summary:
    Register the posix file system so it can be loaded with the uri posix://
    
    This is useful when testing custom file system support in i.e.
    db_bench and db_stress.
    yhr committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    eb7dd62 View commit details
    Browse the repository at this point in the history
  2. Add a db_bench parameter for specifying a file system uri

    Summary:
    Add the parameter --fs_uri to db_bench, creating a composite
    env combining the default env with a specified registered
    rocksdb file system.
    yhr committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    c914f0c View commit details
    Browse the repository at this point in the history
  3. Add a db_stress parameter for specifying a file system uri

    Summary:
    Add the parameter --fs_uri to db_stress, creating a composite
    env combining the default env with a specified registered
    rocksdb file system.
    yhr committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    30b0f95 View commit details
    Browse the repository at this point in the history