Thanks to visit codestin.com
Credit goes to github.com

Skip to content

google-cloud-datastore Java library exposes too little of the information in query results #3279

@dgay42

Description

@dgay42

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)

Metadata

Metadata

Assignees

Labels

api: datastoreIssues related to the Datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions