You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guides/57-data-management/04-data-recycle.md
+23-7Lines changed: 23 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,31 @@ Before DELETE: After DELETE: After VACUUM:
21
21
22
22
## VACUUM Commands and Cleanup Scope
23
23
24
-
Databend provides three VACUUM commands to clean different types of data. **Understanding what each command cleans is crucial** - some commands only clean storage data, while others clean both storage and metadata.
24
+
Databend provides three VACUUM commands with **different cleanup scopes**. Understanding what each command cleans is crucial for data management.
25
25
26
-
| Command | Target Data | S3 Storage | Meta Service | Details |
0 commit comments