Skip to content

Commit

Permalink
[hotfix][doc] Fix typo in manage-snapshots (apache#1703)
Browse files Browse the repository at this point in the history
  • Loading branch information
a49a authored Aug 2, 2023
1 parent bd31bfb commit 9f8e151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/maintenance/manage-snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This section will describe the management and behavior related to snapshots.

## Expire Snapshots

Paimon writers generates one or two [snapshots]({{< ref "concepts/basic-concepts#snapshots" >}}) per commit. Each snapshot may add some new data files or mark some old data files as deleted. However, the marked data files are not truly deleted because Paimon also supports time traveling to an earlier snapshot. They are only deleted when the snapshot expires.
Paimon writers generate one or two [snapshots]({{< ref "concepts/basic-concepts#snapshots" >}}) per commit. Each snapshot may add some new data files or mark some old data files as deleted. However, the marked data files are not truly deleted because Paimon also supports time traveling to an earlier snapshot. They are only deleted when the snapshot expires.

Currently, expiration is automatically performed by Paimon writers when committing new changes. By expiring old snapshots, old data files and metadata files that are no longer used can be deleted to release disk space.

Expand Down

0 comments on commit 9f8e151

Please sign in to comment.