Skip to content

Conversation

@stsewd
Copy link
Member

@stsewd stsewd commented Nov 11, 2025

  • Set some values for fuzzyness. Search terms like webdav~ timeout ES, with these settings now the query resolves between 400-800ms. Not great, but at least doesn't kill ES.
  • Enforce a limit of 3 results for inner hits (blocks).
  • Move the filter query so it's at the top (according to chatgpt this is an improvement).

I tested several queries on ES, and all of them take around 200ms, even the simplest one... Sometimes some queries do take more time (randomly). My guess is that some other slow queries add some overhead to the server, so all queries get affected. Other theories are the index size, and using the wrong tokenizer/analyzer for the type of queries users want.

@stsewd stsewd requested a review from a team as a code owner November 11, 2025 18:21
@stsewd stsewd requested a review from agjohnson November 11, 2025 18:21
@stsewd stsewd requested a review from ericholscher November 11, 2025 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants