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

Support IGNORE_EXISTED_INDEX #124

Closed
xiajingchun opened this issue Feb 8, 2023 · 0 comments · Fixed by #127
Closed

Support IGNORE_EXISTED_INDEX #124

xiajingchun opened this issue Feb 8, 2023 · 0 comments · Fixed by #127
Assignees
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@xiajingchun
Copy link
Contributor

xiajingchun commented Feb 8, 2023

Introduction

When there're indexes defined in the space schema, the performance of inserting new data will be impacted significantly. The more indexes are defined, the worse the performance will become.

Can we add a flag in Exchange to enable the IGNORE_EXISTED_INDEX feature which is supported in INSERT VERTEX and INSERT EDGE, as below:

INSERT VERTEX IGNORE_EXISTED_INDEX person(id) ...
INSERT EDGE IGNORE_EXISTED_INDEX like(grade) ...

Contents

Related work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants