File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 42
42
For this path, {+dl+} utilizes partitions optimized for queries
43
43
on the ``account_id `` field.
44
44
45
- * - ``/mflix/comments/{shortDate isodate}/{movie_id objectid}/ ``
46
- - This path references the ``mflix `` dataset, which contains data
47
- on movies and movie theaters. To learn more about this dataset,
48
- see :atlas: `Sample Mflix Dataset </sample-data/sample-mflix#sample_mflix.comments> `.
49
-
50
- For this path, {+dl+} utilizes partitions optimized for queries
51
- on the ``date `` and ``movie_id `` fields.
52
-
53
45
* - ``/mflix/movies/{type string}/{year int}/ ``
54
46
- This path references the ``mflix `` dataset, which contains data
55
47
on movies and movie theaters. To learn more about this dataset,
Original file line number Diff line number Diff line change @@ -110,15 +110,6 @@ appropriate tabs for the sample dataset paths that you added.
110
110
.. tab:: Mflix
111
111
:tabid: mflix
112
112
113
- .. _adl-sample-query6:
114
-
115
- Find comments on movies submitted after ``2018-01-01`` and sort
116
- the results by the ``_id`` field:
117
-
118
- .. code-block:: sh
119
-
120
- db.Collection0.find({"date": {$gt: ISODate("2018-01-01T23:20:16.000+00:00")}}).sort({"_id": 1})
121
-
122
113
.. _adl-sample-query7:
123
114
124
115
Find all movies between the years 2010 and 2015 and include only
You can’t perform that action at this time.
0 commit comments