-
Notifications
You must be signed in to change notification settings - Fork 5
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
Need the configuration file of HSE #23
Comments
Using the default configuration of HSE and RocksDB, I can such YCSB test results as listed below. RocksDB:
HSE:
The result I get shows that HSE get a worse performance than RocksDB, which does match what the Micron report declare. |
I suspect you're seeing the effect of HSE's slow start mechanism. At startup HSE throttles the input rates until it learns the capabilities of the underlying storage. This means that short benchmarks will not see HSE's full rate. See initial throttle setting for more information. Also Note that many configuration parameters you see in source code are not meant to be changed except for debugging and development. We mark those parameters as "experimental". The non-experimental parameters are described here. My suggestions are:
|
I also recommend that you review the benchmarking tips in the documentation. |
Description
I want to run the YCSB test on HSE and compare it with RocksDB. In order to get the best performance of both engines for a fair comparision, I want to know the configuration of HSE and RocksDB for this YCSB test of Micron, or other way, some configuration advice.
The text was updated successfully, but these errors were encountered: