Skip to content

Commit 71268cb

Browse files
jason-price-mongodbjason-price-mongodb
authored andcommitted
DOCS-14799 bucket compression (#6178)
Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 0b759ce commit 71268cb

File tree

4 files changed

+202
-0
lines changed

4 files changed

+202
-0
lines changed

source/core/timeseries-collections.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ If the collection is a time series collection, it returns this:
299299
}
300300
}
301301

302+
.. _timeseries-collections-behavior:
303+
302304
Behavior
303305
--------
304306

@@ -312,6 +314,8 @@ When you query time series collections, you operate on one document per
312314
measurement. Queries on time series collections take advantage of the
313315
optimized internal storage format and return results faster.
314316

317+
.. include:: /includes/timeseries-compression.rst
318+
315319
Index
316320
~~~~~
317321

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Starting in MongoDB 5.2, time series collection data is compressed to
2+
save database space. This does not affect query results or any other
3+
database operation.
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
====================================
2+
Compatibility Changes in MongoDB 5.2
3+
====================================
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
The following 5.2 changes can affect compatibility with older
14+
versions of MongoDB.
15+
16+
Removed Operators
17+
-----------------
18+
19+
Starting in MongoDB 5.2, these operators are removed:
20+
21+
.. list-table::
22+
:header-rows: 1
23+
24+
* - Removed Operator
25+
- Alternative
26+
* - <<TBD>>
27+
- <<TBD>>
28+
29+
Removed Parameters
30+
------------------
31+
32+
<<TBD>>
33+
34+
Aggregation
35+
-----------
36+
37+
<<TBD>>
38+
39+
Removed Index Types
40+
-------------------
41+
42+
<<TBD>>
43+
44+
Removed Metrics
45+
---------------
46+
47+
<<TBD>>
48+
49+
Replica Sets
50+
------------
51+
52+
<<TBD>>
53+
54+
Auditing
55+
--------
56+
57+
<<TBD>>
58+
59+
General Changes
60+
---------------
61+
62+
<<TBD>>
63+
64+
.. _legacy-op-codes-removed:
65+
66+
Legacy Opcodes Removed
67+
~~~~~~~~~~~~~~~~~~~~~~
68+
69+
<<TBD>>
70+
71+
Deprecations
72+
------------
73+
74+
.. list-table::
75+
:widths: 20 80
76+
:header-rows: 1
77+
78+
* - Deprecated
79+
- Description
80+
* - <<TBD>>
81+
- <<TBD>>
82+
83+
.. _5.2-compatibility-enabled:
84+
85+
5.2 Feature Compatibility
86+
-------------------------
87+
88+
Some features in 5.2 require the 5.2 binaries and the
89+
:ref:`featureCompatibilityVersion <view-fcv>` (fCV) must also be set to
90+
5.2. These features include:
91+
92+
<<TBD>>

source/release-notes/5.2.txt

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
=============================
2+
Release Notes for MongoDB 5.2
3+
=============================
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: twocols
12+
13+
.. note::
14+
15+
MongoDB 5.2 Released <<TBD>>
16+
17+
Aggregation
18+
-----------
19+
20+
.. _5.2-rel-notes-new-agg-stages:
21+
22+
New Aggregation Stages
23+
~~~~~~~~~~~~~~~~~~~~~~
24+
25+
MongoDB 5.2 introduces the following aggregation stages:
26+
27+
.. list-table::
28+
:header-rows: 1
29+
:widths: 20 80
30+
31+
* - Stage
32+
- Description
33+
34+
* - <<TBD>>
35+
- <<TBD>>
36+
37+
.. _5.2-rel-notes-new-agg-operators:
38+
39+
New Aggregation Operators
40+
~~~~~~~~~~~~~~~~~~~~~~~~~
41+
42+
MongoDB 5.2 introduces the following aggregation operators:
43+
44+
.. list-table::
45+
:header-rows: 1
46+
:widths: 20 80
47+
48+
* - Operator
49+
- Description
50+
51+
* - <<TBD>>
52+
- <<TBD>>
53+
54+
General Aggregation Improvements
55+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56+
57+
<<TBD>>
58+
59+
.. _5.2-rel-notes-change-streams:
60+
61+
Change Streams
62+
--------------
63+
64+
<<TBD>>
65+
66+
.. _5.2-rel-notes-general:
67+
68+
General Improvements
69+
--------------------
70+
71+
Time Series Collection Data Compression
72+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73+
74+
.. include:: /includes/timeseries-compression.rst
75+
76+
See :ref:`time series collection behavior
77+
<timeseries-collections-behavior>`.
78+
79+
.. _5.2-rel-notes-repl-sets:
80+
81+
Replica Sets
82+
------------
83+
84+
<<TBD>>
85+
86+
Security
87+
--------
88+
89+
<<TBD>>
90+
91+
Report an Issue
92+
---------------
93+
94+
To report an issue, see
95+
https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports for
96+
instructions on how to file a JIRA ticket for the MongoDB server or one
97+
of the related projects.
98+
99+
.. toctree::
100+
:titlesonly:
101+
:hidden:
102+
103+
/release-notes/5.2-compatibility

0 commit comments

Comments
 (0)