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

feat: Split bulk for bulkupsert #1511

Open
rekby opened this issue Oct 17, 2024 · 1 comment
Open

feat: Split bulk for bulkupsert #1511

rekby opened this issue Oct 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@rekby
Copy link
Member

rekby commented Oct 17, 2024

Split bulk of BulkUpsert if the bulk greater then max grpc message size:

transport/ResourceExhausted (code = 8, source error = \"rpc error: code = ResourceExhausted desc = trying to send message larger than max (75139668 vs. 67108864)\"

as first step - doesn't retry the error.

@rekby rekby added the enhancement New feature or request label Oct 17, 2024
@rekby
Copy link
Member Author

rekby commented Dec 3, 2024

it will have problem with non protobuf formats, for example arrow and csv.

In the ticket will fix bulk upsert with native sdk types only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant