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 Indexing #18

Open
Jearil opened this issue Mar 10, 2015 · 0 comments
Open

Add Indexing #18

Jearil opened this issue Mar 10, 2015 · 0 comments

Comments

@Jearil
Copy link
Owner

Jearil commented Mar 10, 2015

It would be useful if SimpleNoSQL could have some sort of indexing on fields to make retrieval faster than the current query mechanism over large data sets. Currently we must pull in all results into memory and apply a filter to remove invalid items. Instead it would be nice if we could apply an @indexed annotation on properties of our models and have them added to a text index for faster search.

This would have to include some sort of mechanism in our queries to use the index for retrieval as well. The regular filtering mechanism should still be available.

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

1 participant