You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/12/03 17:47:01 UTC

[GitHub] [iceberg] rdblue commented on a change in pull request #1868: Core: Add table properties for snapshot retention

rdblue commented on a change in pull request #1868:
URL: https://github.com/apache/iceberg/pull/1868#discussion_r535449359



##########
File path: site/docs/configuration.md
##########
@@ -81,6 +81,8 @@ Iceberg tables support table properties to configure table behavior, like the de
 | commit.manifest.target-size-bytes  | 8388608 (8 MB)   | Target size when merging manifest files                       |
 | commit.manifest.min-count-to-merge | 100              | Minimum number of manifests to accumulate before merging      |
 | commit.manifest-merge.enabled      | true             | Controls whether to automatically merge manifests on writes   |
+| history.expire.max-snapshot-age-ms | 432000000 (5 days) | Default max age of snapshots to keep while expiring snapshots    |
+| history.expire.retain-min-num-snapshots | 1             | Default min number of snapshots to keep while expiring snapshots |

Review comment:
       What do you think about a slight rename so that `min` comes first and we remove `num`? I'm thinking `history.expire.min-retained-snapshots`. We could also use `kept` instead of `retained` if that is more clear.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org