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

[QST]: Insertion and Deletion Concurrency of Property Graphs #3975

Closed
2 tasks done
emedwede opened this issue Nov 3, 2023 · 1 comment
Closed
2 tasks done

[QST]: Insertion and Deletion Concurrency of Property Graphs #3975

emedwede opened this issue Nov 3, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@emedwede
Copy link

emedwede commented Nov 3, 2023

What is your question?

Can cuGraph handle multithreaded asynchronous insertions, deletions, and updates to nodes/edges/properties for graphs stored in GPU memory?

Code of Conduct

  • I agree to follow cuGraph's Code of Conduct
  • I have searched the open issues and have found no duplicates for this question
@emedwede emedwede added the question Further information is requested label Nov 3, 2023
@BradReesWork
Copy link
Member

our property graph code is very much still beta. We are planning for have a better version by next summer.
Currently the data held by a property graph is all managed by cuDF dataframes. Using cuDF to insert and delete, along with any other ETL steps, is the current mode

@emedwede emedwede closed this as completed Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants