two simple and quite basic questions regarding search performance in elastichsearch #14493
Replies: 2 comments 3 replies
-
I am using ES Version 8.14.3. |
Beta Was this translation helpful? Give feedback.
0 replies
-
What does your deployment consist of ? Is it a standalone? Is it distributed? Do you have multiple searchnodes? What hardware do you have for the server(s). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear community I have two simple and quite basic questions regarding search performance in elastichsearch in general:
If I am interested of doing searches in the documents / indicies in a time window of max. the latest 24 hours, does it have an impact on search performance if I have also stored data on the disk older than that, that I do nothing with?
Meaning: If I only search hot data (maxx 24 hours) does it matter in terms of search performance if I have 30 days of 300GB each day staying on the disks too and this amount perhpas is still growing?
Background: I have search performance issues. If I theoretically cut the amount of data from 60 days to 24h would it make a noticable, positive impact on search performance? (under the condition that I only search the latest 24 hours)
Thank you very much for any insight in this!
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions