Skip to content
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

22 spdb memtable #30

Merged
merged 1 commit into from
Jul 28, 2022
Merged

22 spdb memtable #30

merged 1 commit into from
Jul 28, 2022

Conversation

ayulas
Copy link
Contributor

@ayulas ayulas commented Jun 26, 2022

No description provided.

@ayulas ayulas linked an issue Jun 26, 2022 that may be closed by this pull request
@ayulas ayulas self-assigned this Jun 26, 2022
@ayulas ayulas assigned mrambacher and ayulas and unassigned mrambacher and ayulas Jun 29, 2022
@isaac-io isaac-io self-requested a review July 28, 2022 10:23
This memtable supports concurrent readers and writers and provides much
better results for insertions and point selections than the skip list
memtable, while maintaining more tolerable iteration performance than the
built-in RocksDB hash-based memtable.
@isaac-io isaac-io merged commit 39b9177 into main Jul 28, 2022
@isaac-io isaac-io deleted the 22-spdb-memtable branch July 28, 2022 10:41
isaac-io added a commit that referenced this pull request Jul 31, 2022
A last minute change before merging #30 breaks builds that configure
`-Werror=unused-parameter` (this is the default for some GCC versions
with the `-Wextra` configuration).

Fix it by not declaring the `logger` argument to the `CreateMemTableRep()`
function.
isaac-io added a commit that referenced this pull request Jul 31, 2022
A last minute change before merging #30 breaks builds that configure
`-Werror=unused-parameter` (this is the default for some GCC versions
with the `-Wextra` configuration).

Fix it by not declaring the `logger` argument to the `CreateMemTableRep()`
function.
Yuval-Ariel pushed a commit that referenced this pull request Nov 23, 2022
A last minute change before merging #30 breaks builds that configure
`-Werror=unused-parameter` (this is the default for some GCC versions
with the `-Wextra` configuration).

Fix it by not declaring the `logger` argument to the `CreateMemTableRep()`
function.
Yuval-Ariel pushed a commit that referenced this pull request Nov 25, 2022
A last minute change before merging #30 breaks builds that configure
`-Werror=unused-parameter` (this is the default for some GCC versions
with the `-Wextra` configuration).

Fix it by not declaring the `logger` argument to the `CreateMemTableRep()`
function.
Yuval-Ariel pushed a commit that referenced this pull request Apr 30, 2023
A last minute change before merging #30 breaks builds that configure
`-Werror=unused-parameter` (this is the default for some GCC versions
with the `-Wextra` configuration).

Fix it by not declaring the `logger` argument to the `CreateMemTableRep()`
function.
udi-speedb pushed a commit that referenced this pull request Oct 31, 2023
A last minute change before merging #30 breaks builds that configure
`-Werror=unused-parameter` (this is the default for some GCC versions
with the `-Wextra` configuration).

Fix it by not declaring the `logger` argument to the `CreateMemTableRep()`
function.
udi-speedb pushed a commit that referenced this pull request Dec 1, 2023
A last minute change before merging #30 breaks builds that configure
`-Werror=unused-parameter` (this is the default for some GCC versions
with the `-Wextra` configuration).

Fix it by not declaring the `logger` argument to the `CreateMemTableRep()`
function.
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.

spdb memtable
3 participants