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

Query standard #438

Open
huyhoangio opened this issue Aug 21, 2018 · 0 comments
Open

Query standard #438

huyhoangio opened this issue Aug 21, 2018 · 0 comments

Comments

@huyhoangio
Copy link

The way the function query() works right now is to use a filter on the array which results in a linear scan of the output array.
As we are moving forward with multi-index, standardizing query so that it can take advantage of the index(es) and work with more complex queries (sorting, aggregating the results, fields filtering...).
Any thought on what standard to follow? Mongodb style?

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

2 participants