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.
>
>
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()
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
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