Support for eventual consistency for ancestor queries [datastore] #2599
Labels
api: datastore
Issues related to the Datastore API.
type: question
Request for information or clarification. Not an issue.
In the documentation for Data Consistency under
Consistency guarantees
andDatastore read policy
respectively (https://cloud.google.com/datastore/docs/concepts/structuring_for_strong_consistency#datastore_read_policy) it says:However, in the Node.js tab it says:
I have a use-case in where a particular query to an entity group doesn't require strong consistency. Setting eventual consistency for ancestor queries is currently supported by the C#, Go, Java, PHP and Ruby libraries. Is there any future plans on incorporating this option in Node.js?
The text was updated successfully, but these errors were encountered: