Re: performance implications on using lots of values in fq

2008-07-24 Thread Preetam Rao
I don't have much idea on performance of these many fqs, since I have usually used very small number of fqs. But passing my thoughts hoping it might help. (since I did not see any response :-) a) the filter cache size needs to be more, so that fqs can be cached. If a fq is not in cache, AFAIK,

Re: performance implications on using lots of values in fq

2008-07-24 Thread Norberto Meijome
On Wed, 23 Jul 2008 11:28:49 -0700 (PDT) briand [EMAIL PROTECTED] wrote: I have documents in SOLR such that each document contains one to many points (latitude and longitudes). Currently we store the multiple points for a given document in the db and query the db to find all of the document

performance implications on using lots of values in fq

2008-07-23 Thread briand
I have documents in SOLR such that each document contains one to many points (latitude and longitudes). Currently we store the multiple points for a given document in the db and query the db to find all of the document ids around a given point first. Once we have the list of ids, we populate