File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ for matching documents. You can only create a ``partialFilterExpression`` on the
8989   the ``expireAfterSeconds`` of the partial TTL index, the collection
9090   deletes documents after the shorter time, so the TTL index has no effect.
9191
92+ .. include:: /includes/time-series-ttl-deletes.rst
93+ 
9294This weather data time series collection deletes documents after 24 hours:
9395
9496.. code-block:: javascript
@@ -217,6 +219,8 @@ output of :method:`db.currentOp()` or in the data collected by the
217219
218220.. include:: /includes/multi-deletes.rst
219221
222+ .. include:: /includes/time-series-ttl-deletes.rst
223+ 
220224Timing of the Delete Operation
221225``````````````````````````````
222226
Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ limitation on these ``delete`` commands:
7272You cannot use these commands with multi-document transactions. There
7373are no other restrictions.
7474
75+ .. include:: /includes/time-series-ttl-deletes.rst
76+ 
77+ For details on TTL deletes, see :ref:`ttl-collections`.
78+ 
7579.. _timeseries-limitations-updates:
7680
7781Updates
Original file line number Diff line number Diff line change 1+ If a time series collection contains documents with ``timeField ``
2+ timestamps before ``1970-01-01T00:00:00.000Z `` or after
3+ ``2038-01-19T03:14:07.000Z ``, no documents are deleted from the
4+ collection by the :term: `TTL "time to live" <TTL> ` feature.
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ collection.
4848You can modify the ``expireAfterSeconds`` of an existing TTL index
4949using the :dbcommand:`collMod` command.
5050
51+ .. include:: /includes/time-series-ttl-deletes.rst
52+ 
5153.. _expire-data-atlas-ui:
5254
5355Expire Documents in the {+atlas+} UI
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments