Re: Question Solr Index main in RAM

2011-02-27 Thread William Bell
I have used ram disks on slaves, since the master is already persisted. On Sun, Feb 27, 2011 at 7:00 PM, Nick Jenkin wrote: > You could also try using a ram disk, > mkdir /var/ramdisk > mount -t tmpfs none /var/ramdisk -o size=m > > Obviously, if you lose power you will lose everything.. > >

Re: Question Solr Index main in RAM

2011-02-27 Thread Nick Jenkin
You could also try using a ram disk, mkdir /var/ramdisk mount -t tmpfs none /var/ramdisk -o size=m Obviously, if you lose power you will lose everything.. On Mon, Feb 28, 2011 at 11:37 AM, Lance Norskog wrote: > This sounds like a great idea but rarely works out. Garbage collection > has to

Re: Question Solr Index main in RAM

2011-02-27 Thread Lance Norskog
This sounds like a great idea but rarely works out. Garbage collection has to work around the data stored in memory, and most of the data you want to hit frequently is in the indexed and cached. The operating system is very smart about keeping the popular parts of the index in memory, and there is

Re: Question Solr Index main in RAM

2011-02-24 Thread Bill Bell
How to use this? Bill Bell Sent from mobile On Feb 24, 2011, at 7:19 AM, Koji Sekiguchi wrote: > (11/02/24 21:38), Andrés Ospina wrote: >> >> Hi, >> >> My name is Felipe and i want to use the index main of solr in RAM memory. >> >> How it's possible? I have solr 1.4 >> >> Thank you! >> >>

Re: Question Solr Index main in RAM

2011-02-24 Thread Koji Sekiguchi
(11/02/24 21:38), Andrés Ospina wrote: Hi, My name is Felipe and i want to use the index main of solr in RAM memory. How it's possible? I have solr 1.4 Thank you! Felipe Welcome Felipe! If I understand your question correctly, you can use RAMDirectoryFact

Question Solr Index main in RAM

2011-02-24 Thread Andrés Ospina
Hi, My name is Felipe and i want to use the index main of solr in RAM memory. How it's possible? I have solr 1.4 Thank you! Felipe