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(...).
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
gcloudstorages which, on the surface, could benefit from using such kind of a transaction, for exampleDsMessageStorage.readAllTransactionally(...).