Hi linu1988.
Thank you for the reply.
The point of my question was not summarize with certain field but filter using certain values in the fields.
So, for example, I have a lookup table like,
ID
1
2
3
4
5
...
10000
and I want to fetch the records that includes 1 - 10000 from index A ,B, C then summarize. What makes worse is that there are already millions of events in the index.
Reason why I was using so many join was all calculation inside the join has different perspectives so it is difficult to calculate in one stat.
Any ideas of how to filter above ID fastly?
Thanks,
... View more