You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase the number of threads of GET threadpool (#92309)
Elasticsearch executes GET requests somewhat similar to SEARCH requests.
Hence, they should have similar thread pools. Increasing the number of
threads of the GET threadpool should help use-cases with many GET, MGETs
requests.
0 commit comments