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 Raaj <ra...@yahoo.com> on 2007/03/01 08:49:49 UTC

Performance in having Multiple Index files

hi all,

i have requirement where in i create an index file for each xml file . i have over 100/150 xml files which are all related . 

if create 100/150 index files and query using these indices , will this affect the performance of the search operation . 

bye
raaj



 
---------------------------------
Need a quick answer? Get one in minutes from people who know. Ask your question on Yahoo! Answers.

RE: Performance in having Multiple Index files

Posted by "Mordo, Aviran (EXP N-NANNATEK)" <av...@lmco.com>.
Yes, it will affect the search performance because you need to merge the
results from the different indexes. The best performance is from a
single index. The more indexes you have the more time it takes to
search.

Aviran
http://www.aviransplace.com 

-----Original Message-----
From: Raaj [mailto:raajwizz@yahoo.com] 
Sent: Thursday, March 01, 2007 2:50 AM
To: java-user@lucene.apache.org
Subject: Performance in having Multiple Index files

hi all,

i have requirement where in i create an index file for each xml file . i
have over 100/150 xml files which are all related . 

if create 100/150 index files and query using these indices , will this
affect the performance of the search operation . 

bye
raaj



 
---------------------------------
Need a quick answer? Get one in minutes from people who know. Ask your
question on Yahoo! Answers.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org