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

Push down multi-update into StorageD #5969

Open
JackChuengQAQ opened this issue Nov 3, 2024 · 0 comments
Open

Push down multi-update into StorageD #5969

JackChuengQAQ opened this issue Nov 3, 2024 · 0 comments
Assignees
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@JackChuengQAQ
Copy link
Contributor

Introduction

I am the contributor of Enable MULTIUPDATE and LOOKUP | UPDATE #5953, in the current commit, graphD need to send multiple RPC request to StorageD, which may cause highly communication cost.

Contents

I am going to enhance the code, push down the multi-update into StorageD, which allows only one RPC request for multi-update.

My plan is simply described as follows. First, change the RPC Request to allow sending a set of vertex (edge) to StorageD. Second, change class UpdateVertexProcessor (UpdateEdgeProcessor) as well as UpdateTagNode (UpdateEdgeNode) to support update a bacth of vertices (edges) at a time.

If you have any advice, please let me know!

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

No branches or pull requests

1 participant