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

perf: minor optimizations to the standard query path#3101

Merged
olavloite merged 2 commits intomainfrom
optimize-standard-query-path
May 21, 2024
Merged

perf: minor optimizations to the standard query path#3101
olavloite merged 2 commits intomainfrom
optimize-standard-query-path

Conversation

@olavloite
Copy link
Copy Markdown
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 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 May 16, 2024 08:23
@olavloite olavloite merged commit ec820a1 into main May 21, 2024
@olavloite olavloite deleted the optimize-standard-query-path branch May 21, 2024 07:32
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/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