huaxingao opened a new issue #4046:
URL: https://github.com/apache/iceberg/issues/4046


   Currently, when doing SELECT max/min/count FROM table, all the files will be 
scanned and then the max/min/count will be calculated. Ideally, we should avoid 
doing a full scan and just use the metrics statistics for max/min/count.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to