A wastewater hunt already knows the CIM fields it needs and can use tstats on a healthy model. The analyst leaves the search in verbose mode on huge indexes. What should they change?
Select an answer to reveal the explanation.
Short Explanation
Verbose mode pulls every field out of the haystack just in case. On a huge wastewater index, when the CIM fields are already known, that is wasted work. Fast or smart plus tstats is enough.
Full Explanation
Verbose search mode extracts all possible fields and is the most expensive mode. When a wastewater hunt already knows its CIM fields and can use tstats on a healthy accelerated model, fast or smart mode is sufficient. Verbose is not required for tstats, and combining it with All Time or index=* multiplies cost. Reserve verbose for discovery when field names are unknown.