From d5e80db10573df8cf33910b9bc26d1a384044b7b Mon Sep 17 00:00:00 2001 From: Dave Cuthbert Date: Fri, 8 Oct 2021 11:27:07 -0400 Subject: [PATCH] DOCSP-18495 link to sharding in agg ebook --- source/core/sharded-cluster-query-router.txt | 10 ++++++++++ source/sharding.txt | 16 +++++++++++++--- 2 files changed, 23 insertions(+), 3 deletions(-) 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` - -