> Jenna, thanks. I read that ticket before posting this. It's not good enough
> for me. In my app there is a lot of small-to-medium collections and they
> are dynamically created. I reeeaally don't want to complicate my code and
> have it deal with pre-creating, sharding, disabling balancer and actually
> moving the collection. Not to mention potential problems when lots of
> collections are sharded, but not really sharded.
>
>
>
>
>
>
>
>
>
> On Wed, Aug 1, 2012 at 11:53 PM, Jenna <
jenna.deboisbl...@10gen.com> wrote:
> > Hello Sergei,
> > As Eliot points out in SERVER-939, in MongoDB version 2.2 (the next
> > stable release) it will be possible to shard a collection using a
> > "noBalance" flag, which will ensure that the collection's chunks will
> > not be automatically migrated. This flag makes it possible to
> > manually distribute entire collections around a sharded cluster (in
> > other words, to treat collections as a single chunk).
>
> > The process will involve enabling sharding on the collection with the
> > noBalance flag. Moving the collection from one shard to another will
> > merely involve moving the collection's chunks:
> >
http://www.mongodb.org/display/DOCS/Moving+Chunks
>