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

Collections: lazy index rebuild #7

Open
gaperton opened this issue Mar 28, 2017 · 0 comments
Open

Collections: lazy index rebuild #7

gaperton opened this issue Mar 28, 2017 · 0 comments
Labels

Comments

@gaperton
Copy link

gaperton commented Mar 28, 2017

Index rebuild should be delayed to the first moment of time when it's required.
Index update operations should do nothing if there are no index.
Index rebuild operations should just drop an existing index.

This should speed up processing the large quantities of data comping from the server.

More information is needed to decide whenever it's worthy optimization, because an index is needed every time the system is doing the second fetch.

gaperton pushed a commit that referenced this issue Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant