[ 
https://issues.apache.org/jira/browse/DRILL-7331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16897088#comment-16897088
 ] 

ASF GitHub Bot commented on DRILL-7331:
---------------------------------------

ihuzenko commented on pull request #1831: DRILL-7331: Drill Iceberg Metastore 
metadata expiration
URL: https://github.com/apache/drill/pull/1831#discussion_r309159198
 
 

 ##########
 File path: metastore/iceberg-metastore/README.md
 ##########
 @@ -15,6 +15,10 @@ can be overwritten in `drill-metastore-distrib.conf` or  
`drill-metastore-overri
 `drill.metastore.iceberg.location.base_path` and 
`drill.metastore.iceberg.location.relative_path` -
 indicate Iceberg Metastore base location.
 
+`drill.metastore.expiration.period` - allows to specify period after which 
Iceberg table outdated
 
 Review comment:
   Options above and below contain also ```iceberg```.  Does absence of the 
word here mean that it's generic option or it's simply accidentally missed ? 
 
----------------------------------------------------------------
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:
us...@infra.apache.org


> Support Iceberg metadata expiration
> -----------------------------------
>
>                 Key: DRILL-7331
>                 URL: https://issues.apache.org/jira/browse/DRILL-7331
>             Project: Apache Drill
>          Issue Type: Sub-task
>            Reporter: Arina Ielchiieva
>            Assignee: Arina Ielchiieva
>            Priority: Major
>              Labels: doc-impacting
>             Fix For: 1.17.0
>
>
> Currently Iceberg produces snapshots and table metadata for each modification 
> operation.
> Plus it does not retire outdated data files. All these information is stored 
> and in metadata folder and with time occupy lots of space. This Jira aims to 
> expire outdated snapshots, table metadata and data files based on configured 
> expiration period.
> Iceberg has already mechanism to retire snapshots and data files. Mechanism 
> to expire table metadata needs to be implemented 
> (https://github.com/apache/incubator-iceberg/issues/181).



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to