-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Implementing count with aggregation query #1782
fix: Implementing count with aggregation query #1782
Conversation
c69268f
to
eaab754
Compare
Runtime comparison between old and new implementation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @jainsahab Please take a look as well.
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@meltsufin @jainsahab are we good to merge now? |
) Modifying the implementation of DatastoreTemplate#count to use recently introduced [COUNT aggregation and Aggregation queries in datastore](https://cloud.google.com/datastore/docs/aggregation-queries). Fixes. GoogleCloudPlatform#1781
It was merged, but due to some quirk in GitHub the PR didn't close. |
Modifying the implementation of
DatastoreTemplate#count
to use recently introduced COUNT aggregation and Aggregation queries in datastore.fix #1781