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

perf: minor optimizations to the standard query path #3101

Merged
merged 2 commits into from
May 21, 2024

Conversation

olavloite
Copy link
Collaborator

Optimizes the standard query path slightly by adding some caching and removing regex matching that happened on the critical path of each query that was executed.

Optimizes the standard query path slightly by adding some caching and
removing regex matching that happened on the critical path of each
query that was executed.
@olavloite olavloite marked this pull request as ready for review May 9, 2024 10:59
@olavloite olavloite requested a review from a team as a code owner May 9, 2024 10:59
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: spanner Issues related to the googleapis/java-spanner API. labels May 9, 2024
@olavloite olavloite requested a review from rahul2393 May 15, 2024 07:34
@olavloite olavloite added the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2024
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner May 16, 2024 08:23
@olavloite olavloite merged commit ec820a1 into main May 21, 2024
33 of 34 checks passed
@olavloite olavloite deleted the optimize-standard-query-path branch May 21, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants