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

Allow for Customizable DB Open Hooks for DB Bench #13326

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

krhancoc
Copy link

Summary: This diff introduces ToolHooks, a class which allows for users to interpose their own set of logic for various functionality with db_bench_tool (i.e., various OpenDB implementations).

Differential Revision: D67868126

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67868126

krhancoc added a commit to krhancoc/rocksdb that referenced this pull request Jan 23, 2025
Summary:

This diff introduces ToolHooks, a class which allows for users to interpose their own set of logic for various functionality with db_bench_tool (i.e., various OpenDB implementations).

Differential Revision: D67868126
krhancoc added a commit to krhancoc/rocksdb that referenced this pull request Jan 23, 2025
Summary:

This diff introduces ToolHooks, a class which allows for users to interpose their own set of logic for various functionality with db_bench_tool (i.e., various OpenDB implementations).

Differential Revision: D67868126
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67868126

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67868126

BUCK Outdated Show resolved Hide resolved
include/rocksdb/tool_hooks.h Outdated Show resolved Hide resolved
tools/tool_hooks.cc Show resolved Hide resolved
src.mk Show resolved Hide resolved
krhancoc added a commit to krhancoc/rocksdb that referenced this pull request Jan 24, 2025
Summary:

This diff introduces ToolHooks, a class which allows for users to interpose their own set of logic for various functionality with db_bench_tool (i.e., various OpenDB implementations).

Differential Revision: D67868126
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67868126

Summary:

This diff introduces ToolHooks, a class which allows for users to interpose their own set of logic for various functionality with db_bench_tool (i.e., various OpenDB implementations).

Differential Revision: D67868126
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67868126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants