Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify ESQL specific operations using new ESQL runner (#484)
* Simplify ESQL specific operations using new ESQL runner * Removed new stats_enrich queries that take long and cause timeouts The only new query remaining is esql_stats_enrich_control which runs as fast as all previous enrich queries, presumably because it groups by an existing indexed field. All the rest of the stats_enrich queries group by an enriched field, which presumably prevents some kind of optimization from being used, because they take literally 100x the time to execute. Locally the control take about 30ms, while the others take between 3s and 9s.
- Loading branch information