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

docs: add sample for stale reads #539

Merged
merged 4 commits into from
Dec 9, 2024
Merged

docs: add sample for stale reads #539

merged 4 commits into from
Dec 9, 2024

Conversation

olavloite
Copy link
Contributor

Adds a sample and tests for executing stale reads on Spanner. Using stale reads can improve performance when the application does not require the guarantees that are given by strong reads.

Fixes #495

Adds a sample and tests for executing stale reads on Spanner. Using
stale reads can improve performance when the application does not require
the guarantees that are given by strong reads.

Fixes #495
@product-auto-label product-auto-label bot added api: spanner Issues related to the googleapis/python-spanner-sqlalchemy API. samples Issues that are directly related to samples. labels Dec 5, 2024
@olavloite olavloite merged commit e9df810 into main Dec 9, 2024
17 checks passed
@olavloite olavloite deleted the stale-reads branch December 9, 2024 07:57
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/python-spanner-sqlalchemy API. samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stale read support
1 participant