-
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
Using multi insert on an indexed tag will cause incorrect lookup results #3193
Comments
critical27
added a commit
to critical27/nebula
that referenced
this issue
Oct 25, 2021
critical27
added a commit
to critical27/nebula
that referenced
this issue
Oct 25, 2021
Maybe insert duplicate vertices/edges in one statement should report error. |
I think it should behave the same as insert one by one |
critical27
added a commit
to critical27/nebula
that referenced
this issue
Nov 1, 2021
This was referenced Nov 1, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please check the FAQ documentation before raising an issue
Please check the FAQ documentation and old issues before raising an issue in case someone has asked the same question that you are asking.
Describe the bug (must be provided)
When inserting multiple rows at the same time in the insert statement but the vid of each row is the same, and there is an index on this tag, then two different index keys will be generated on the storage but point to the same vertex.
Your Environments (must be provided)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
)How To Reproduce(must be provided)
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Provide logs and configs, or any other context to trace the problem.
The text was updated successfully, but these errors were encountered: