File tree Expand file tree Collapse file tree 2 files changed +23
-13
lines changed Expand file tree Collapse file tree 2 files changed +23
-13
lines changed Original file line number Diff line number Diff line change 1+ .. _data-lake-v20210824 :
2+
3+ 25 August 2021 Release
4+ ~~~~~~~~~~~~~~~~~~~~~~
5+
6+ - Provides various stability improvements.
7+ - Improves ``collStats `` and ``dbStats `` :ref: `command
8+ <mql-support-diagnostic-cmd>` performance and stability.
9+ - Adds support for the :pipeline: `$merge ` aggregation pipeline stage.
10+ - Allows ``localField `` and ``foreignField `` with a more expressive
11+ :doc: `$lookup </reference/pipeline/lookup-stage/ >` aggregation
12+ pipeline stage syntax.
13+ - Implements the ``$count `` accumulator.
14+
115.. _data-lake-v20210803 :
216
31703 August 2021 Release
Original file line number Diff line number Diff line change @@ -660,21 +660,19 @@ The {+data-lake-short+} configuration has the following format:
660660 the collections. Each database can have multiple ``collections`` and
661661 ``views`` objects.
662662
663- .. tabs::
664- :hidden:
663+ .. datalakeconf:: databases.[n].name
665664
666- .. tab:: S3
667- :tabid: s3
665+ .. tabs::
666+ :hidden:
668667
669- .. datalakeconf:: databases.[n].name
668+ .. tab:: S3
669+ :tabid: s3
670670
671671 Name of the database to which {+data-lake-short+} maps the
672672 data contained in the {+data-lake-store+}.
673673
674- .. tab:: Atlas Cluster
675- :tabid: atlas
676-
677- .. datalakeconf:: databases.[n].name
674+ .. tab:: Atlas Cluster
675+ :tabid: atlas
678676
679677 Name of the database to which {+data-lake-short+} maps the
680678 data contained in the {+data-lake-store+}. You can generate
@@ -689,10 +687,8 @@ The {+data-lake-short+} configuration has the following format:
689687 dynamically generate databases from multiple |service|
690688 clusters or other data stores.
691689
692- .. tab:: HTTP
693- :tabid: http
694-
695- .. datalakeconf:: databases.[n].name
690+ .. tab:: HTTP
691+ :tabid: http
696692
697693 Name of the database to which {+data-lake-short+} maps the
698694 data contained in the {+data-lake-store+}.
You can’t perform that action at this time.
0 commit comments