Evgeniy,

Two simple options:
1) take your index, put it on N Solr search servers, and put them behind a load 
balancer
2) take your index, split it in N (or create N smaller indices from scratch) 
and put it on N Solr search servers (and see SOLR-303)

Each will help in a different way and it sounds like 2) might be more suitable 
for you.

Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch

----- Original Message ----
From: Evgeniy Strokin <[EMAIL PROTECTED]>
To: Solr User <solr-user@lucene.apache.org>
Sent: Friday, January 4, 2008 2:37:41 PM
Subject: solr with hadoop

I have huge index base (about 110 millions documents, 100 fields each).
 But size of the index base is reasonable, it's about 70 Gb. All I need
 is increase performance, since some queries, which match big number of
 documents, are running slow.
So I was thinking is any benefits to use hadoop for this? And if so,
 what direction should I go? Is anybody did something for integration Solr
 with Hadoop? Does it give any performance boost?
 
Any information is helpful for me,
Thanks,
Eugene


Reply via email to