Complex aggregations on multiple indices alias

Hi,

If we create multiple indices under an alias and run query aggregations like stats aggregation, how does Elasticsearch compute metrics like Standard deviation? Will the accuracy of these types of metrics be lower than if all the data was on a single index?

Thanks,
Shreedhan

I don't know the details of how the stats aggs work, so I cannot comment there.

But most aggregations work on a shard level, and when you look at it that way there is no difference between an alias pointing to 5 indices with 1 shard each, and 1 index with 5 shards.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.