Skip to content

Commit

Permalink
Add prod warning to Composite Aggregation
Browse files Browse the repository at this point in the history
[7.14 update](http://github.com/elastic/elasticsearch/pull/74559) exacerbated performance concerns on composite aggregations & [fix in discussion](#78313) is either reverting or will come in 7.16. In the mean time users need disclaimer that before change this search was expensive & esp. now or w/upgrade may impact cluster performance.
  • Loading branch information
stefnestor authored Oct 5, 2021
1 parent abe0c06 commit 3634853
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<titleabbrev>Composite</titleabbrev>
++++

[WARNING]
While this query _can_ be used in Production, it is more expensive than a normal
terms aggregation and should be load tested for a use case before go-live.

A multi-bucket aggregation that creates composite buckets from different sources.

Unlike the other `multi-bucket` aggregations, you can use the `composite`
Expand Down

0 comments on commit 3634853

Please sign in to comment.