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

Consider using read-only Datastore transactions #160

Open
dmitrykuzmin opened this issue Jan 5, 2021 · 0 comments
Open

Consider using read-only Datastore transactions #160

dmitrykuzmin opened this issue Jan 5, 2021 · 0 comments

Comments

@dmitrykuzmin
Copy link
Contributor

Datastore transactions can run in the read-only mode. This, in general, allows to ease the load on the underlying storage.

There are some operations across the gcloud storages which, on the surface, could benefit from using such kind of a transaction, for example DsMessageStorage.readAllTransactionally(...).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant