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/10/28 03:00:39 UTC

[GitHub] [iceberg] zhangdove commented on issue #1671: Support timestamp partition using truncate

zhangdove commented on issue #1671:
URL: https://github.com/apache/iceberg/issues/1671#issuecomment-717664290


   In most scenarios, I think the time partition to hour should be enough. If timestamp is used to partition for 15 minutes, the following phenomena may occur:
   1. There will be more file directories
   2. There will also be more small files than other partitions (hour/day/month/year)
   3. In a production system, is it common to divide time into minute granularity?
   
   The above is just my opinion, welcome more others to leave good suggestions and opinions.


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