Re: Scale out design patterns

2011-02-03 Thread Toke Eskildsen
On Fri, 2011-02-04 at 05:54 +0100, Ganesh wrote: > 2. Consider a scenario I am sharding based on the User, I am having single > search server and It is handling 1000 members. Now as the memory consumption > is high, I have added one more search server. New users could access the > second server

Re: Scale out design patterns

2011-02-03 Thread Ganesh
nt: Friday, January 21, 2011 12:04 PM Subject: Re: Scale out design patterns > Hi Ganesh, > I'd suggest, if you have a particular dimension/field on which you could > shard your data such that the query/data breakup gets predictable, that > would be a good way to scale out e.g. if you h

Re: Scale out design patterns

2011-01-20 Thread Anshum
Hi Ganesh, I'd suggest, if you have a particular dimension/field on which you could shard your data such that the query/data breakup gets predictable, that would be a good way to scale out e.g. if you have users which are equally active/searched then you may want to split their data on a simple mod