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

is it ok to insert edges before insert vertexes ? #2953

Open
Winging opened this issue Sep 27, 2021 · 0 comments
Open

is it ok to insert edges before insert vertexes ? #2953

Winging opened this issue Sep 27, 2021 · 0 comments
Labels
type/question Type: question about the product

Comments

@Winging
Copy link

Winging commented Sep 27, 2021

Is your feature request related to a problem? Please describe.
It seems that I can insert edges first before I insert vertexes, will it be any problem? We are considering break insert vertexes and insert edges into batches and execute them in different threads. So edges may be inserted before vertexes, Is it ok to use like this?

Describe the solution you'd like
We suppose that insert edges is irrelevant with inserting vertexes. And we tested a cases it seems to be ok.

Describe alternatives you've considered

Additional context

@Winging Winging added the type/feature req Type: feature request label Sep 27, 2021
@Sophie-Xie Sophie-Xie added type/question Type: question about the product and removed type/feature req Type: feature request labels Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

2 participants