Description
Is there anyway that mongodb don't create collectioins immedicately after shard collections? After I shard collections, It don't create the collection immedicately until a record is inserted into this collectioin.
Once I use mongo shell "sh.shardCollection('test.users',
)", it will create a collections in database 'test', is there anyway to prevent it?