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

Read primary key for delete #3512

Merged
merged 2 commits into from
May 18, 2024
Merged

Read primary key for delete #3512

merged 2 commits into from
May 18, 2024

Conversation

andyfengHKU
Copy link
Contributor

@andyfengHKU andyfengHKU commented May 17, 2024

  • Avoid performing primary key lookup during node deletion. Instead we scan primary key before deleting.
  • Avoid having duplicate node delete and rel delete logical operators. Replaced with a single logical delete.

src/processor/map/map_delete.cpp Show resolved Hide resolved
@andyfengHKU andyfengHKU merged commit 56d3b75 into master May 18, 2024
@andyfengHKU andyfengHKU deleted the play-delete branch May 18, 2024 01:23
ted-wq-x pushed a commit to ted-wq-x/kuzu that referenced this pull request Nov 14, 2024
* Pass primary key to delete

* Run clang-format

---------

Co-authored-by: CI Bot <andyfengHKU@users.noreply.github.com>

(cherry picked from commit 56d3b75)
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