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

How can I evaluate the range query performance using db_bench? #12195

Closed
lim-yoona opened this issue Jan 2, 2024 · 2 comments
Closed

How can I evaluate the range query performance using db_bench? #12195

lim-yoona opened this issue Jan 2, 2024 · 2 comments

Comments

@lim-yoona
Copy link

I read the official documents, but don't find performance test about range query.

@ajkr
Copy link
Contributor

ajkr commented Jan 2, 2024

In db_bench the benchmark is called "seekrandom". There are different options for specifying what kind of scan is done after each Seek(). The most basic one is -seek_nexts to call Next() the specified number of times

@lim-yoona
Copy link
Author

In db_bench the benchmark is called "seekrandom". There are different options for specifying what kind of scan is done after each Seek(). The most basic one is -seek_nexts to call Next() the specified number of times

Thank you, I got it!!!

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

No branches or pull requests

2 participants