Skip to content

653: Support hash spdb as part of enable speedb features - #655

Merged
ayulas merged 2 commits into
mainfrom
653-remove-hashspdb-deprecate-us_seek_parallel-param
Oct 17, 2023
Merged

653: Support hash spdb as part of enable speedb features #655
ayulas merged 2 commits into
mainfrom
653-remove-hashspdb-deprecate-us_seek_parallel-param

Conversation

@ayulas

@ayulas ayulas commented Aug 29, 2023

Copy link
Copy Markdown
Contributor

No description provided.

@ayulas
ayulas requested a review from RoyBenMoshe August 29, 2023 11:44
@ayulas ayulas linked an issue Aug 29, 2023 that may be closed by this pull request
@ayulas
ayulas force-pushed the 653-remove-hashspdb-deprecate-us_seek_parallel-param branch from 1cbcf2c to dd36798 Compare August 29, 2023 12:13
Comment thread memtable/hash_spdb_rep.cc
Comment on lines -555 to -558
{"use_seek_parallel_threshold",
{offsetof(struct HashSpdbRepOptions, use_seek_parallel_threshold),
OptionType::kBoolean, OptionVerificationType::kNormal,
OptionTypeFlags::kNone}},

Copy link
Copy Markdown
Contributor

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.

@Yuval-Ariel

Copy link
Copy Markdown
Contributor

whats the status here?

@Yuval-Ariel
Yuval-Ariel force-pushed the 653-remove-hashspdb-deprecate-us_seek_parallel-param branch from dd36798 to a129581 Compare October 17, 2023 12:45
@ayulas
ayulas force-pushed the 653-remove-hashspdb-deprecate-us_seek_parallel-param branch 3 times, most recently from fe20d01 to e45c941 Compare October 17, 2023 13:32
@ayulas ayulas changed the title 653:Remove deprecate use_seek_parallel_threshold_ parmeter in hash_spdb 653: Support hash spdb as part of enable speedb features Oct 17, 2023
@ayulas
ayulas force-pushed the 653-remove-hashspdb-deprecate-us_seek_parallel-param branch from e45c941 to e22fb5f Compare October 17, 2023 14:46
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

Successfully merging this pull request may close these issues.

Support hash spdb as part of enable speedb features

4 participants