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

Optimise search for metadata #64

Open
masih opened this issue Jan 23, 2023 · 0 comments
Open

Optimise search for metadata #64

masih opened this issue Jan 23, 2023 · 0 comments
Assignees
Labels

Comments

@masih
Copy link
Member

masih commented Jan 23, 2023

The pattern used for finding encrypted metadata is "Find First" which is slightly different than scatter gather. There is room for optimisation here where we do not wait for all results to come back before responding to the client.

For now what's here is fine; we should capture an issue to later optimise this.

Originally posted by @masih in #63 (comment)

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

2 participants