You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GRPC delete requests are just like insert requests, carrying the column data for deletions. They both had very similar implementations: splitting the to be inserted/deleted data by partition rules, not parallel or batched, and done in a per table fashion etc.
Now the distributed insertions are optimized in a batch in #1687 , it's time we do that for distributed deletions as well.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered:
What type of enhancement is this?
Refactor
What does the enhancement do?
GRPC delete requests are just like insert requests, carrying the column data for deletions. They both had very similar implementations: splitting the to be inserted/deleted data by partition rules, not parallel or batched, and done in a per table fashion etc.
Now the distributed insertions are optimized in a batch in #1687 , it's time we do that for distributed deletions as well.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: