--
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.
Sharding
yes, but the config serves will notice and then split chunks and
rebalance. Actually sharding per date is a very common thing. Have a
look at
- http://www.snailinaturtleneck.com/blog/2010/03/30/sharding-with-the-fishes
- http://www.markus-gattol.name/ws/mongodb.html#choose_a_shard_key
Capped Collections
Another thing you might consider (since you only need latest data) are
capped collections.