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

storage: benchmark and verification tool #126

Open
skyzh opened this issue Nov 9, 2021 · 0 comments
Open

storage: benchmark and verification tool #126

skyzh opened this issue Nov 9, 2021 · 0 comments
Assignees

Comments

@skyzh
Copy link
Member

skyzh commented Nov 9, 2021

As our SQL layer is missing some supports, and it's relatively not easy to turn our benchmarks into SQL queries, we plan to add a new tool like "secondary-bench" to benchmark the performance and verify our storage engine's correctness in a large dataset. It may be very similar to RocksDB's db_bench tool, with the following functionality:

  • secondary-bench filltable <table name> <schema>
  • secondary-bench scan <table name> <column>
  • secondary-bench sort-scan <table name> <column>
  • secondary-bench compact <table name>
  • etc.
@skyzh skyzh self-assigned this Nov 9, 2021
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

1 participant