Re: millions of records problem

2011-10-18 Thread Tom Gullo
Getting a solid-state drive might help -- View this message in context: http://lucene.472066.n3.nabble.com/millions-of-records-problem-tp3427796p3431309.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: millions of records problem

2011-10-17 Thread Vadim Kisselmann
Hi, a number of relevant questions is given. i have another one: which type of docs do you have? Do you add some new docs every day? Or is it a stable number of docs (500Mio.) ? What about Replication? Regards Vadim 2011/10/17 Otis Gospodnetic > Hi Jesús, > > Others have already asked a number

Re: millions of records problem

2011-10-17 Thread Otis Gospodnetic
Hi Jesús, Others have already asked a number of relevant question.  If I had to guess, I'd guess this is simply a disk IO issue, but of course there may be room for improvement without getting more RAM or SSDs, so tell us more about your queries, about disk IO you are seeing, etc. Otis Se

Re: millions of records problem

2011-10-17 Thread Nick Veenhof
You could use this technique? I'm currently reading up on it http://khaidoan.wikidot.com/solr-common-gram-filter On 17 October 2011 12:57, Jan Høydahl wrote: > Hi, > > What exactly do you mean by "slow" search? 1s? 10s? > Which operating system, how many CPUs, which servlet container and how muc

Re: millions of records problem

2011-10-17 Thread Jan Høydahl
Hi, What exactly do you mean by "slow" search? 1s? 10s? Which operating system, how many CPUs, which servlet container and how much RAM have you allocated to your JVM? (-Xmx) What kind and size of docs? Your numbers indicate about 100bytes per doc? What kind of searches? Facets? Sorting? Wildcard