diff --git a/source/core/sharded-cluster-query-router.txt b/source/core/sharded-cluster-query-router.txt index 17425db9d9b..d56ae60caa4 100644 --- a/source/core/sharded-cluster-query-router.txt +++ b/source/core/sharded-cluster-query-router.txt @@ -379,3 +379,13 @@ Connection Pools .. |newversion| replace:: 4.2 .. |oldversion| replace:: 4.0 + +Using Aggregation Pipelines with Clusters +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +For more information on how sharding works with :ref:`aggregations +`, read the sharding chapter in the `Practical +MongoDB Aggregations +`__ +e-book. + diff --git a/source/sharding.txt b/source/sharding.txt index a2ccd50c79b..5d5afe70515 100644 --- a/source/sharding.txt +++ b/source/sharding.txt @@ -389,12 +389,22 @@ available on sharded clusters. .. include:: /includes/extracts/transactions-committed-visibility.rst +Learn More +---------- + +Practical MongoDB Aggregations E-Book +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +For more information on how sharding works with +:ref:`aggregations `, read the sharding chapter +in the `Practical MongoDB Aggregations +`__ +e-book. -For details, see: +Additional Information +~~~~~~~~~~~~~~~~~~~~~~ - :doc:`/core/transactions` - :doc:`/core/transactions-production-consideration` - :doc:`/core/transactions-sharded-clusters` - -