-
The data is changing and the snapshot & segments & blocks are growing. One day some snapshot is usless. How to remove it ? |
Beta Was this translation helpful? Give feedback.
Answered by
BohuTANG
Oct 27, 2022
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Xuanwo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
optimize table <your-table> purge
will remove the snapshot files(only keep the latest one):https://databend.rs/doc/reference/sql/ddl/table/optimize-table