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

chore: flip default sorted set implementation to bptree #1933

Merged
merged 1 commit into from Sep 26, 2023
Merged

chore: flip default sorted set implementation to bptree #1933

merged 1 commit into from Sep 26, 2023

Conversation

romange
Copy link
Collaborator

@romange romange commented Sep 26, 2023

Also, bring back the default max listpack entries count for zset to 128. The reason for this - I've added some optimizations that improved listpack performance and also because I would like to write an article about it and I need to compare Dragonfly to Redis7 that has this setting set to 128 by default.

Also, bring back the default max listpack entries count for zset to 128.
The reason for this - I've added some optimizations that improved listpack
performance and also because I would like to write an article about it
and I need to compare Dragonfly to Redis7 that has this setting set to 128
by default.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
@romange romange merged commit 589ee1c into main Sep 26, 2023
10 checks passed
@romange romange deleted the Pr1 branch September 26, 2023 09:41
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.

None yet

2 participants