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 9e62860 commit 46edf4bCopy full SHA for 46edf4b
source/core/index-ttl.txt
@@ -14,6 +14,15 @@ TTL Indexes
14
:depth: 1
15
:class: singlecol
16
17
+.. note::
18
+
19
+ If you are removing documents to save on storage costs, consider
20
+ :atlas:`Online Archive </online-archive/manage-online-archive>` in
21
+ `MongoDB Atlas <https://www.mongodb.com/cloud?jmp=docs>`__. Online
22
+ Archive automatically archives infrequently accessed data to
23
+ fully-managed S3 buckets for cost-effective data
24
+ tiering.
25
26
TTL indexes are special single-field indexes that MongoDB can use to
27
automatically remove documents from a collection after a certain amount
28
of time or at a specific clock time. Data expiration is useful for certain types of information
0 commit comments