takaomag
takaomag

Reputation: 1635

elasticsearch parent/children aggregation performance

I am just an elasticsearch newbie. According to the following elasticsearch document,

I can understand these query types are slow and should be avoided. But what about parent and children aggregations ? I can not find any document or performance test result which says these aggregations are slow or not so bad.

I have to test it though, can someone give me some advice ?

Upvotes: 1

Views: 698

Answers (1)

Yashasvi Raj Pant
Yashasvi Raj Pant

Reputation: 1424

Parent and Child Aggregations are definitely slower compared to other Aggregations. I have tested it in my applications and found it much slower than normal ones.

Upvotes: 2

Related Questions