-
Notifications
You must be signed in to change notification settings - Fork 1.1k
google-cloud-datastore Java library exposes too little of the information in query results #3279
Copy link
Copy link
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
In particular, this makes it impossible to implement a more efficient implementation of counting query results, as that requires the values from the skipped_results and more_results fields.
See https://groups.google.com/forum/#!topic/gcd-discuss/wH8lVOA-a8Y for an in-depth discussion of what's needed from query results to implement that.
Generally, skipped_results, more_results and snapshot_version should be available in QueryResults
(https://github.com/googleapis/googleapis/blob/master/google/datastore/v1/query.proto#L261)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.