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

db bench enhancements (SPDB-270) #6

Merged

Conversation

Yuval-Ariel
Copy link
Contributor

db_bench: add SeekRandomWriteRandom test
combination of seek random and overwrite random.
all threads are doing seek and write interchangeably.

combination of seek random and overwrite random.
all threads are doing seek and write interchangeably.
@Yuval-Ariel Yuval-Ariel requested a review from isaac-io June 8, 2022 10:20
@Yuval-Ariel Yuval-Ariel self-assigned this Jun 8, 2022
@Yuval-Ariel
Copy link
Contributor Author

@erez-speedb , can you make sure the SeekRandomWriteRandom test works as expected?

@erez-speedb
Copy link

Build failed
$DEBUG_LEVEL is 0
CC tools/db_bench.o
CC tools/db_bench_tool.o
tools/db_bench_tool.cc: In member function 'void rocksdb::Benchmark::SeekRandomWriteRandom(rocksdb::ThreadState*)':
tools/db_bench_tool.cc:7070:26: error: 'struct rocksdb::WriteOptions' has no member named 'timestamp'
7070 | write_options_.timestamp = &ts;
| ^~~~~~~~~
make: *** [Makefile:2444: tools/db_bench_tool.o] Error 1

@Yuval-Ariel
Copy link
Contributor Author

fixed

@erez-speedb
Copy link

Passed performnace tests

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

Successfully merging this pull request may close these issues.

4 participants