-
Notifications
You must be signed in to change notification settings - Fork 74
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
653: Support hash spdb as part of enable speedb features #655
653: Support hash spdb as part of enable speedb features #655
Conversation
1cbcf2c
to
dd36798
Compare
{"use_seek_parallel_threshold", | ||
{offsetof(struct HashSpdbRepOptions, use_seek_parallel_threshold), | ||
OptionType::kBoolean, OptionVerificationType::kNormal, | ||
OptionTypeFlags::kNone}}, |
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.
If anyone has an Options file with this written to it, removing this will break backwards compatibility. The standard practice is to set the offset to 0 and use the deprecated flag. This way options files which have this value will continue to work but the value will be ignored.
whats the status here? |
dd36798
to
a129581
Compare
fe20d01
to
e45c941
Compare
e45c941
to
e22fb5f
Compare
No description provided.