Re: Distributing index over N disks

2009-11-25 Thread Andrzej Bialecki
Uwe Schindler wrote: It is technically doable since 2.9 with FileSwitchDirectory, where you can define file name endings as a filter to which underlying directory the requests go, see http://lucene.apache.org/java/2_9_1/api/core/org/apache/lucene/store/FileSwi tchDirectory.html To have more dire

Re: Distributing index over N disks

2009-11-25 Thread Michael McCandless
I think this is a good idea, for indexes that can't fit in IO cache. Report back if you get good results :) I think FSD opens up all sorts of interesting possibilities. Mike On Tue, Nov 24, 2009 at 5:31 PM, Otis Gospodnetic wrote: > Hello, > > Would it make sense and be possible to spread diffe

RE: Distributing index over N disks

2009-11-24 Thread Uwe Schindler
It is technically doable since 2.9 with FileSwitchDirectory, where you can define file name endings as a filter to which underlying directory the requests go, see http://lucene.apache.org/java/2_9_1/api/core/org/apache/lucene/store/FileSwi tchDirectory.html To have more directories, just use anoth