Hello all,

Could you any one guide me what all the various ways we could scale out?

1. Index:  Add data to the nodes in round-robin. 
   Search: Query all the nodes and cluster the results using carrot2. 

2.Horizontal partitioning and No shared architecture, 
   Index:   Split the data based on userid and index few set of users data in 
each node.    
   Search: Have a mapper kind of application which could tell which userid is 
mapped to node, redirect the search traffic to corresponding node.

Which one is best? Did you guys tried any of these approach. Please share your 
thoughts.

Regards
Ganesh
Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php

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

Reply via email to