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 2022/02/04 22:26:11 UTC

[GitHub] [iceberg] danielcweeks commented on pull request #3959: Disable metrics for very wide tables to reduce metadata size

danielcweeks commented on pull request #3959:
URL: https://github.com/apache/iceberg/pull/3959#issuecomment-1030399188


   > @danielcweeks When we discussed this were you thinking about no metrics for tables with more than 100 columns? or no metrics for anything other than the first 100 columns.
   > 
   > Obviously in both cases we keep sort column metrics by default
   
   @RussellSpitzer I would think it would be either all or nothing.  I'm not sure we can speculate that the first 100 columns are somehow more meaningful than those that follow (though I guess you could make that argument).
   
   For now it seems like just taking a simple approach would be better.  There are some edge cases like what happens in the event that someone is incrementally adding columns and it crosses that threshold, but I wouldn't worry about it too much at this point.


-- 
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: issues-unsubscribe@iceberg.apache.org

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