You definitely want a fair number of mongos.
Probably 1 per client machine.
Generally you don't need tune much, hard to tell without more data.
One general question is that you compare map/reduce indexing, but with
mongo you can create a regular index rather than using map/reduce.
Have you tried that vs map/reduce where its the requirement?
> --
> You received this message because you are subscribed to the Google Groups "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
>
>
Ok, I would just make sure the balancing is done before beginning load
testing then.
>>
>> One general question is that you compare map/reduce indexing, but with
>> mongo you can create a regular index rather than using map/reduce.
>> Have you tried that vs map/reduce where its the requirement?
>
> Well to be honest I don't really care about this kind of specific
> functionality. Building the index is just a way of computing something
> heavy with MapReduce, and something that I can easily port on another
> noSQL db. The only thing I want is to see how MapReduce works on the
> different noSQL DBs.
Ok. Just as a note, map/reduce in mongo is slow mostly because we've
focused on creating other features such that you don't need map/reduce
for as many things.