elasticsearch/x-pack/plugin/transform/qa/single-node-tests
Hendrik Muhs 383fbd8e07
[Transform] Optimize composite agg execution using ordered groupings (#75424)
Automatically reorder group_by for composite aggs, ensuring date histogram
group by comes first. The order is only changed for execution, the provided
config remains unchanged.

In case of 2 group_by's of the same order type, the configuration order is
respected. Script and runtime field based group_by's are penalized.
2021-07-20 09:19:28 +02:00
..
src/javaRestTest/java/org/elasticsearch/xpack/transform/integration [Transform] Optimize composite agg execution using ordered groupings (#75424) 2021-07-20 09:19:28 +02:00
build.gradle Introduce Internal Test Artifact Plugin (#68766) 2021-02-16 14:36:17 +01:00