Re: is there any practice to load index into RAM to accelerate solr performance?

2012-02-08 Thread Ted Dunning
Add this as well: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.155.5030 On Wed, Feb 8, 2012 at 1:56 AM, Andrzej Bialecki wrote: > On 08/02/2012 09:17, Ted Dunning wrote: > >> This is true with Lucene as it stands. It would be much faster if there >> were a specialized in-memory inde

Re: is there any practice to load index into RAM to accelerate solr performance?

2012-02-08 Thread Robert Stewart
erver and how much RAM does the JVM get? How >> big are the documents, and how large is the term index for your >> searches? How many documents do you get with each search? And, do you >> use filter queries- these are very powerful at limiting searches. >> >> 2012/2/7

Re: is there any practice to load index into RAM to accelerate solr performance?

2012-02-08 Thread Andrzej Bialecki
On 08/02/2012 09:17, Ted Dunning wrote: This is true with Lucene as it stands. It would be much faster if there were a specialized in-memory index such as is typically used with high performance search engines. This could be implemented in Lucene trunk as a Codec. The challenge though is to c

Re: is there any practice to load index into RAM to accelerate solr performance?

2012-02-08 Thread Dmitry Kan
Hi, This talk has some interesting details on setting up an Lucene index in RAM: http://www.lucidimagination.com/devzone/events/conferences/revolution/2011/lucene-yelp Would be great to hear your findings! Dmitry 2012/2/8 James > Is there any practice to load index into RAM to acceler

Re: is there any practice to load index into RAM to accelerate solr performance?

2012-02-08 Thread Patrick Plaatje
w large is the term index for your > > searches? How many documents do you get with each search? And, do you > > use filter queries- these are very powerful at limiting searches. > > > > 2012/2/7 James : > > > Is there any practice to load index into RAM to acc

Re:Re: is there any practice to load index into RAM to accelerate solr performance?

2012-02-08 Thread James
earch? And, do you >> use filter queries- these are very powerful at limiting searches. >> >> 2012/2/7 James : >> > Is there any practice to load index into RAM to accelerate solr >> performance? >> > The over all documents is about 100 million. The search tim

Re: is there any practice to load index into RAM to accelerate solr performance?

2012-02-08 Thread Ted Dunning
big are the documents, and how large is the term index for your > searches? How many documents do you get with each search? And, do you > use filter queries- these are very powerful at limiting searches. > > 2012/2/7 James : > > Is there any practice to load index into RAM t

Re: is there any practice to load index into RAM to accelerate solr performance?

2012-02-07 Thread Lance Norskog
er and how much RAM does the JVM get? How big are the documents, and how large is the term index for your searches? How many documents do you get with each search? And, do you use filter queries- these are very powerful at limiting searches. 2012/2/7 James : > Is there any practice to load inde