-
Notifications
You must be signed in to change notification settings - Fork 468
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
add the skip points for KeyRange #1520
Comments
@PragmaTwice do you think it is necessary? |
@infdahai Could you please elaborate on this? It's not clear to me from the |
I see the function iterates over Lines 1659 to 1670 in 8539ee5
|
The unnecssary numkey will be added into the finding. I think it's innocuous because the numkey shouldn't exist in watched_key_map_. I'll turn this off if you don't think it's necessary |
The current key range design is divided to two methods:
To generalize the key range design to a more pervasive form, I think we can add the third method:
For the skip points idea, I think it seems not as straightforward as just a key position vector. |
BTW, do we use the vector to store I think it will show well. |
Looks fine to me. |
Search before asking
Motivation
Do we need to add a position to ignore the numkey integer because we only support a consistent range? For example, we add a wrong key currently in the
watch
command in zdiffstore and zinterstore.Solution
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: