-
Notifications
You must be signed in to change notification settings - Fork 15
Added new examples of select and pairs queries. #109
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Thanks for your patch, consider several comments below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your changes. Consider several comments below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, fix @olegrok comments and then feel free to merge.
Thanks a lot for these examples!
063db15
to
b692ef0
Compare
@mRrvz How bucket IDs are calculated? I can't get those values from permutations of given field values using |
@Totktonada hi! To be honest, I don't remember anymore. I think we need to ask @olegrok or @dokshina. |
I think it's strcrc32 with bucket_count = 3000 |
@olegrok I tried strcrc32 and mpcrc32 with bucket_count = 10000 for the primary key and different permutations of other fields. bucket_count = 3000 is impossible, because we have bucket_id = 7331. If bucket_count is not 10000, but X*1000, I would anyway see the same last three digits. |
Closes #49