We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011b4c9 commit d67bc7cCopy full SHA for d67bc7c
source/core/timeseries/timeseries-compression.txt
@@ -33,7 +33,8 @@ WiredTiger cache.
33
The types of compression introduced are:
34
35
- Delta Encoding
36
-- Object and Array compression
+- Object compression
37
+- Array compression (starting in MongoDB 6.0)
38
- Run Length encoding (RLE)
39
40
Delta Encoding (Delta Compression)
source/release-notes/6.0.txt
@@ -580,6 +580,10 @@ Time Series Column Compression
580
581
.. include:: /includes/timeseries-compression-overview.rst
582
583
+Starting in MongoDB 6.0, arrays are also compressed as part of the
584
+:doc:`time series column compression
585
+</core/timeseries/timeseries-compression>`.
586
+
587
Support for ``$geoNear``
588
~~~~~~~~~~~~~~~~~~~~~~~~
589
0 commit comments