Also - you seemed to say you had 4 shards, each going at 25MB/s
totaling 50, so either I missed something or you mis typed.
> --
> 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.
>
>
About a sharded capped collection - the semantics of this are very confusing.
The way capped collections work is that they are a sequential based on insert.
With sharding, lets say you had a capped collecion on each shard, you
could end up with hot spots where data was really old on some, new on
others, etc...
What semantic make sense to you?
John> On another front, I still haven't been able to get standard
John> sharding to scale properly on ingestion (with version 1.5.6). My
John> hashed keys (64-bit integers) appear to be well-distributed, but
John> the vast majority (though not all) of my chunks end up going to
John> shard0002. Any idea why this would happen?
Mentioned already but here is a summary of why this might be:
http://www.markus-gattol.name/ws/mongodb.html#i_want_mongodb_start_sharding_with_less_50_mib