QuestionQ115
Search ProblemsA particular search is performing poorly. The search must run across All Time and is expected to return very few results. Analysis indicates that the search accesses a very large number of buckets in a large index.
What action would most significantly improve this search's performance?
- A Change this to a real-time search using an All Time window.
- B Increase the number of indexing pipelines.
- C Increase the disk I/O hardware performance.
- D Set indexed_realtime_use_by_default = true in limits.conf.
Community Discussion