Re: SUM Function performance

2016-10-23 Thread Ganesh M
All, Thanks for reply. Regards, Ganesh On Sun 23 Oct, 2016 7:21 pm Yonik Seeley, wrote: > No reason to think it would be a problem. 10K documents isn't very much. > -Yonik > > > On Sun, Oct 23, 2016 at 3:14 AM, Ganesh M wrote: > > Is anyone tried

Re: SUM Function performance

2016-10-23 Thread Yonik Seeley
No reason to think it would be a problem. 10K documents isn't very much. -Yonik On Sun, Oct 23, 2016 at 3:14 AM, Ganesh M wrote: > Is anyone tried summation of numeric field with 10k to 100k documents very > frequently and faced any performance issues ? > Pls share your

Re: SUM Function performance

2016-10-23 Thread Susheel Kumar
Hi Ganesh, In general it shouldn't be an issue if you execute sum queries every other hour but you may want to share your cluster configuration (solr version, solr cloud?, # machines, machine configuration, index size) and load(indexing & query load) and perform some tests. Also FYI, there is

Re: SUM Function performance

2016-10-23 Thread Ganesh M
Is anyone tried summation of numeric field with 10k to 100k documents very frequently and faced any performance issues ? Pls share your experience. On Sun 23 Oct, 2016 12:27 am Ganesh M, > wrote: Hi, We will have 10K documents for every hour. We would

SUM Function performance

2016-10-22 Thread Ganesh M
Hi, We will have 10K documents for every hour. We would like to find sum on one field f1 based on certain condition and sum it based on group by another field f2 What will be the performance of it ? When this summation happens there could be other queries coming from other concurrent users. I