Re: LazyRAMDirectory

2008-05-01 Thread Otis Gospodnetic
gt; To: java-dev@lucene.apache.org > Sent: Thursday, May 1, 2008 7:03:43 PM > Subject: LazyRAMDirectory > > Hello developers, > > I do have enough memory to load the index completely into RAM but can't live > with the fact that it takes multiple minutes to do so. > >

Re: LazyRAMDirectory

2008-05-01 Thread Mike Klaas
On 1-May-08, at 10:03 AM, Timo Nentwig wrote: Hello developers, I do have enough memory to load the index completely into RAM but can't live with the fact that it takes multiple minutes to do so. So I can up with the idea of implementing a RAMDirectory proxy that does the Directory.copy()

Re: LazyRAMDirectory

2008-05-01 Thread Marvin Humphrey
On May 1, 2008, at 10:03 AM, Timo Nentwig wrote: I do have enough memory to load the index completely into RAM but can't live with the fact that it takes multiple minutes to do so. Would putting a standard index on an SSD help? Marvin Humphrey Rectangular Research http://www.rectangular.co

LazyRAMDirectory

2008-05-01 Thread Timo Nentwig
Hello developers, I do have enough memory to load the index completely into RAM but can't live with the fact that it takes multiple minutes to do so. So I can up with the idea of implementing a RAMDirectory proxy that does the Directory.copy() asyncronously and while not finished delegating to