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
+
1
15
.. _data-lake-v20210803 :
2
16
3
17
03 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:
660
660
the collections. Each database can have multiple ``collections`` and
661
661
``views`` objects.
662
662
663
- .. tabs::
664
- :hidden:
663
+ .. datalakeconf:: databases.[n].name
665
664
666
- .. tab:: S3
667
- :tabid: s3
665
+ .. tabs::
666
+ :hidden:
668
667
669
- .. datalakeconf:: databases.[n].name
668
+ .. tab:: S3
669
+ :tabid: s3
670
670
671
671
Name of the database to which {+data-lake-short+} maps the
672
672
data contained in the {+data-lake-store+}.
673
673
674
- .. tab:: Atlas Cluster
675
- :tabid: atlas
676
-
677
- .. datalakeconf:: databases.[n].name
674
+ .. tab:: Atlas Cluster
675
+ :tabid: atlas
678
676
679
677
Name of the database to which {+data-lake-short+} maps the
680
678
data contained in the {+data-lake-store+}. You can generate
@@ -689,10 +687,8 @@ The {+data-lake-short+} configuration has the following format:
689
687
dynamically generate databases from multiple |service|
690
688
clusters or other data stores.
691
689
692
- .. tab:: HTTP
693
- :tabid: http
694
-
695
- .. datalakeconf:: databases.[n].name
690
+ .. tab:: HTTP
691
+ :tabid: http
696
692
697
693
Name of the database to which {+data-lake-short+} maps the
698
694
data contained in the {+data-lake-store+}.
You can’t perform that action at this time.
0 commit comments