You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(...).
The text was updated successfully, but these errors were encountered:
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 exampleDsMessageStorage.readAllTransactionally(...)
.The text was updated successfully, but these errors were encountered: