Skip to content

Commit b39eb98

Browse files
mungitoperritojeff-allen-mongo
authored andcommitted
DOCSP-18495 link to sharding in agg ebook
1 parent f7f53c2 commit b39eb98

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

source/core/sharded-cluster-query-router.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,3 +379,13 @@ Connection Pools
379379
.. |newversion| replace:: 4.2
380380

381381
.. |oldversion| replace:: 4.0
382+
383+
Using Aggregation Pipelines with Clusters
384+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
385+
386+
For more information on how sharding works with :ref:`aggregations
387+
<aggregation-framework>`, read the sharding chapter in the `Practical
388+
MongoDB Aggregations
389+
<https://www.practical-mongodb-aggregations.com/guides/sharding.html>`__
390+
e-book.
391+

source/sharding.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,22 @@ available on sharded clusters.
389389

390390
.. include:: /includes/extracts/transactions-committed-visibility.rst
391391

392+
Learn More
393+
----------
394+
395+
Practical MongoDB Aggregations E-Book
396+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
397+
398+
For more information on how sharding works with
399+
:ref:`aggregations <aggregation-framework>`, read the sharding chapter
400+
in the `Practical MongoDB Aggregations
401+
<https://www.practical-mongodb-aggregations.com/guides/sharding.html>`__
402+
e-book.
392403

393-
For details, see:
404+
Additional Information
405+
~~~~~~~~~~~~~~~~~~~~~~
394406

395407
- :doc:`/core/transactions`
396408
- :doc:`/core/transactions-production-consideration`
397409
- :doc:`/core/transactions-sharded-clusters`
398410

399-
400-

0 commit comments

Comments
 (0)