Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Optimize Search Speed #641

Open
wdprice opened this issue Sep 2, 2020 · 3 comments
Open

Optimize Search Speed #641

wdprice opened this issue Sep 2, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@wdprice
Copy link

wdprice commented Sep 2, 2020

Run a challenge to review ES config / code and identify opportunities to optimize.

Currently takes 7+ seconds to load results.

@wdprice wdprice added the enhancement New feature or request label Sep 2, 2020
@wdprice wdprice added this to the v1.01 - Stability Release milestone Sep 2, 2020
@callmekatootie
Copy link
Collaborator

@cwdcwd Are we allowed to make updates to the index to achieve this? Or should we restrict to optimizing the code alone...

Nothing in mind - just weighing options

@cwdcwd
Copy link
Contributor

cwdcwd commented Sep 10, 2020

I think we should first look at how we're creating that payload. My suspicion is that the lag is caused by the saturating each record with the expanded details (like groups, etc). What we probably need to do is have a processor that listens for data changes to things like groups and updates those fields directly in the index instead of saturating them in real time. Does that make sense?

@callmekatootie
Copy link
Collaborator

@cwdcwd @wdprice The groups related changes are in. Let me know if the current performance is acceptable or needs further improvement

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

No branches or pull requests

3 participants