@@ -41,11 +41,11 @@ Issues fixed:
41
41
Time Series Collections
42
42
-----------------------
43
43
44
- MongoDB 5.0 introduces :term :`time series collections <time series
45
- collection>` which efficiently store sequences of measurements over a
46
- period of time. Compared to normal collections, storing time series data
47
- in time series collections improves query efficiency and reduces disk
48
- usage for your data and indexes.
44
+ MongoDB 5.0 introduces :ref :`time series collections
45
+ <manual-timeseries- collection>` which efficiently store sequences of
46
+ measurements over a period of time. Compared to normal collections,
47
+ storing time series data in time series collections improves query
48
+ efficiency and reduces disk usage for your data and indexes.
49
49
50
50
Aggregation
51
51
-----------
@@ -760,34 +760,33 @@ To download MongoDB 5.0, go to the `MongoDB Download Center
760
760
- `All Third Party License Notices <https://github.com/mongodb/mongo/blob/v4.4/distsrc/THIRD-PARTY-NOTICES>`_.
761
761
762
762
.. _5.0-known-issues:
763
+ .. _5.0-known-issue-granularity:
764
+ .. _5.0-known-issue-backup-resharding:
763
765
764
766
Known Issues
765
767
------------
766
768
767
- .. _5.0-known-issue-granularity:
769
+ .. list-table::
770
+ :header-rows: 1
771
+ :widths: 15 70 20
772
+
773
+ * - In Version
774
+ - Issues
775
+ - Status
768
776
769
- Modification of ``granularity`` for Time Series Collections
770
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
777
+ * - 5.0.0
771
778
772
- Currently, you can only set a collection's ``granularity`` parameter
773
- when creating the collection. After creation the parameter can't be
774
- modified. Once :issue:`SERVER-58171` is resolved, you will be able to
775
- modify the ``granularity`` of a
776
- :ref:`time series collection <manual-timeseries-collection>` after
777
- creation. :issue:`SERVER-58171` is expected to be resolved in MongoDB
778
- 5.0.1.
779
+ - :issue:`SERVER-58171`: A Time Series collection's ``granularity``
780
+ parameter cannot be modified after the collection is created.
779
781
780
- .. _5.0-known-issue-backup-resharding:
782
+ - Fixed in 5.0.1
783
+
784
+ * - 5.0.0
781
785
782
- Backup and Restore Not Supported During Resharding Operations
783
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
786
+ - :issue:`SERVER-58392`: An ongoing resharding operation may
787
+ prevent a backup or restore operation from succeeding.
784
788
785
- Currently, a resharding operation may pin timestamps in the storage
786
- engine in a manner that prevents a restore operation from proceeding.
787
- Once :issue:`SERVER-58392` is resolved, you will be able to backup and
788
- restore your collection while a resharding operation occurs.
789
- :issue:`SERVER-58392` is expected to be resolved in a patch release of
790
- MongoDB 5.0.
789
+ - Unresolved
791
790
792
791
Report an Issue
793
792
---------------
0 commit comments