hudi-bot opened a new issue, #15626:
URL: https://github.com/apache/hudi/issues/15626

   # Data management by partition:  During partition clearing, if the number of 
partitions exceeds the configured number, delete older partitions until the 
number of partitions equals the configured maximum number.
    # Management by data volume: During partition clearing, the system collects 
statistics on the total data volume. If the data volume exceeds the specified 
value, the system deletes the earliest partition until the total data volume of 
the partition is less than or equal to the specified value
    # Management by expiration time: During partition clearing, the system 
calculates the expiration time based on the last modified time of the partition 
and deletes the expired partition.
   
   !image-2022-12-13-17-34-26-346.png!
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-5379
   - Type: New Feature
   - Attachment(s):
     - 13/Dec/22 
09:34;melin;image-2022-12-13-17-34-26-346.png;https://issues.apache.org/jira/secure/attachment/13053825/image-2022-12-13-17-34-26-346.png


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to