Splitting this out from https://github.com/elastic/elasticsearch/issues/136232. `from test | KEEP * | MV_EXPAND count_d | where count_d > 20` The `KEEP *` causes a ton of field extractions, fetching irrelevant fields and/or fetching them too early. This is easy to fix, though, let's do it!