-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
feat: batched and chunked insertion and deletion of relation tuples and UUID mappings #1631
Conversation
e7ea7e0
to
b95a6cf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good but I suggest we add tests that delete 500 tuples and create 500 tuples because my gut feeling says that we'll run into issues.
584439d
to
facb8a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great 🎉
a5fd8cd
to
0949de1
Compare
Alright after being led down some rabbit holes following red herrings (tired of animals yet?) I fixed the test and then marked it as slow. But while investigating I also cleaned up some deprecated and arguably incorrect uses of the Go gRPC API and fixed a race condition. Didn't touch the non-test code. Should be good to merge. |
No description provided.