You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by yasoja seneviratne <ya...@hotmail.com> on 2007/10/11 19:22:44 UTC

indexing on NAS

Hi,
 
I wonder if there are any known issues having a lucene index on a NAS or SAN drive?  Some basic tests show that it works fine.  But are there performance issues with indexing on NAS for instance?
 
Thanks,
Yasoja
 

Re: indexing on NAS

Posted by Chris Lu <ch...@gmail.com>.
I have used Lucene on SAN in a federal project, works out great. It supports
search clustering, where several other servers search on the shared index
which is produced by another server. Only need to refresh the other
searching servers' IndexSearcher after indexing is done.

-- 
Chris Lu
-------------------------
Instant Scalable Full-Text Search On Any Database/Application
site: http://www.dbsight.net
demo: http://search.dbsight.com
Lucene Database Search in 3 minutes:
http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes

On 10/11/07, yasoja seneviratne <ya...@hotmail.com> wrote:
>
>
> Hi,
>
> I wonder if there are any known issues having a lucene index on a NAS or
> SAN drive?  Some basic tests show that it works fine.  But are there
> performance issues with indexing on NAS for instance?
>
> Thanks,
> Yasoja
>