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

Cache folderIds to speed up search #229

Open
tarekrached opened this issue Oct 27, 2020 · 1 comment
Open

Cache folderIds to speed up search #229

tarekrached opened this issue Oct 27, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@tarekrached
Copy link
Contributor

tarekrached commented Oct 27, 2020

Problem Description

Currently we enumerate all of the folder ids every time a search is performed, which can be expensive.

Feature

Cache the folderIds when we index the shared folder

@tarekrached tarekrached added the enhancement New feature or request label Oct 27, 2020
@tarekrached
Copy link
Contributor Author

FWIW we have a working implementation of this here, which is on top of #227 and #228. I'll PR that in after those PRs are merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant