Skip to content

Commit

Permalink
Release new docs to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Jan 26, 2025
1 parent 1e531ad commit 92798e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2.5.x/site/en/userGuide/collections/modify-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ curl --request POST \​

## Set Collection TTL​

If a collection needs to be dropped for a specific period, consider setting its Time-To-Live (TTL) in seconds. Once the TTL times out, Milvus deletes entities in the collection. The deletion is asynchronous, indicating that searches and queries are still possible before the deletion is complete.​
If the data of a collection needs to be cleaned after a specific period, consider setting its Time-To-Live (TTL) in seconds. Once the TTL times out, Milvus deletes all entities from the collection. The deletion is asynchronous, indicating that searches and queries are still possible before the deletion is complete.​

The following code snippet demonstrates how to change the TTL of a collection.​

Expand Down

0 comments on commit 92798e0

Please sign in to comment.