Skip to content
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

Add functionality to retrieve elements count #39

Open
mihaidma opened this issue May 17, 2016 · 2 comments
Open

Add functionality to retrieve elements count #39

mihaidma opened this issue May 17, 2016 · 2 comments

Comments

@mihaidma
Copy link
Contributor

mihaidma commented May 17, 2016

There is no operation to find out the total number of elements that a query returns without retrieving the element list from the server.
The current store-test version is 1.1.0 (aka the current spec version), most of the stores currently implement 1.0.0.

If this new feature request is accepted we should add in 1.2.0 a count functionality test. In time stores will implement it when they adhere to 1.2.0 specs.

@rjrodger @mirceaalexandru what do you think? Is there is a reason for not implementing this functionality until now?

@akrsmv
Copy link

akrsmv commented May 17, 2016

reasoning on that request is here

@mirceaalexandru
Copy link
Contributor

I also think we should have this feature, don't know for sure if all DB engines have support for it so some of our stores might not implement this and we should specify this in documentation.

The count$ should accept same parameters as list$, not considering limit & skip & order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants