-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support putNoIndex interface on kvstore. #461
Milestone
Comments
Here are some cost when serialization and deserialization. Should we save the indexed values in some place to avoid it ? |
You mean support |
sherman-the-tank
changed the title
Support putWithIndex interface on kvstore.
Support putNoIndex interface on kvstore.
May 30, 2019
We need more subtle design on this. |
redundant with #458 |
yixinglu
pushed a commit
to yixinglu/nebula
that referenced
this issue
Mar 21, 2022
Co-authored-by: shylock <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Subtask of #71
When updating data with index, we should read the old data to construct old index-key, then we delete the old index-key, finally insert the new data and new index.
This should be atomic, we could support it in kvstore.
The text was updated successfully, but these errors were encountered: