When a collection deleted, the storage on the disk will automatically be reused? #31760
Unanswered
LangKing9
asked this question in
Q&A and General discussion
Replies: 1 comment
-
|
After a collection is dropped, the collection's data files will be kept in storage for 2~3 hours, waiting for GC process. By default, GC process is triggered in an interval(one hour). "missingTolerance=3600" means it doesn't guarantee that all dropped files are deleted permanently in a GC process, some of them might be kept in storage for more one hour. So, a dropped collection's data files could be kept in storage for 2~3 hours. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
deleted a big collection in attu, but in
df -h, the storage of it is not withdrew.Beta Was this translation helpful? Give feedback.
All reactions