File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -465,14 +465,10 @@ instance.
465465
466466 In a sharded cluster, the ``system.sessions`` collection is sharded.
467467
468- - When adding a shard to the sharded cluster, if the shard to add
469- already contains its own ``system.sessions`` collection, MongoDB
470- drops the new shard's ``system.sessions`` collection during the
471- add process.
472-
473- - Starting in version 4.4 (and 4.2.7), MongoDB automatically splits
474- the ``system.sessions`` collection into at least 1024 chunks and
475- distributes the chunks uniformly across shards in the cluster.
468+ When adding a shard to the sharded cluster, if the shard to add
469+ already contains its own ``system.sessions`` collection, MongoDB
470+ drops the new shard's ``system.sessions`` collection during the
471+ add process.
476472
477473.. data:: config.transactions
478474
You can’t perform that action at this time.
0 commit comments