Skip to content

databend create the snapshot for the table as the data changed, But how to remove the data which are too old. #8498

Answered by BohuTANG
xiaoshao asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Xuanwo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants