-
Notifications
You must be signed in to change notification settings - Fork 21
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
micro benchmark - build #6
Comments
For the purpose of testing our timestamp splitting via split versions implementation, we replaced |
we tried to uncomment select_row, it is not working for us. |
Is this after uncommenting both If you're using commit |
yes, we tried to uncomment both of them, and that's the commit we are using. |
Can you please send the error trace that you are seeing? |
benchmark/DB_oindex.hh:129:66: error: could not convert ‘{true, false, 0, }’ from ‘’ to ‘bench::ordered_index<ubench::MasstreeIntKey, eight_version_row, db_params::db_swiss_params>::sel_return_type {aka std::tuple<bool, bool, long unsigned int, const eight_version_row*>}’ |
Ah -- do you have |
no, how can I define it? |
It's a little roundabout, but if you look at lines 4-236 in If you're looking to use the timestamp splitting feature, you'll want to look at |
We are trying to build and run the micro benchmark.
We get an error in the compilation - no "select_row" is defined for ordered_index.
Indeed, looking at the "DB_oindex.hh" we see that this function implementation is under "if 0".
Would you please explain to us if and how to fix that?
Thanks,
Shaya
The text was updated successfully, but these errors were encountered: