Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

perf: use batch_update instead of sending a request for each statement - #572

Closed
larkee wants to merge 6 commits into
mainfrom
dbapi-use-batch
Closed

perf: use batch_update instead of sending a request for each statement#572
larkee wants to merge 6 commits into
mainfrom
dbapi-use-batch

Conversation

@larkee

@larkee larkee commented Sep 16, 2021

Copy link
Copy Markdown
Contributor

This PR will improve the performance for queries that generate multiple statements by sending them together rather than one-by-one.

@product-auto-label product-auto-label Bot added the api: spanner Issues related to the googleapis/python-spanner API. label Sep 16, 2021
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 16, 2021
@larkee larkee added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 17, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 17, 2021
@larkee larkee added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Sep 17, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 17, 2021
@larkee

larkee commented Nov 15, 2021

Copy link
Copy Markdown
Contributor Author

Closed in favor of #630

@larkee larkee closed this Nov 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spanner Issues related to the googleapis/python-spanner API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants