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

feat(rdb_load): add support for loading huge hmaps and zsets #3823

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

andydunstall
Copy link
Contributor

Follows #3807 to add support for loading huge hmaps and zsets (#3760)

@andydunstall andydunstall marked this pull request as ready for review September 30, 2024 05:09
// which is greater than server.zset_max_listpack_entries so we'll always
// use a SortedMap set not listpack.
if (pv_->ObjType() != OBJ_ZSET) {
LOG(ERROR) << "Invalid RDB type " << pv_->ObjType();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same - DFATAL

@andydunstall andydunstall requested a review from romange October 1, 2024 05:39
@romange romange merged commit e3214cb into dragonflydb:main Oct 1, 2024
9 checks passed
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.

2 participants