zhangjun0x01 opened a new issue #1983: URL: https://github.com/apache/iceberg/issues/1983
when I use flink to query large iceberg table , I found that it is query slowly, it need a few minutes. the table is partitioned table, the daily data is about 700 million , and the sql is like this `select * from mytable where d = 20201224 limit 1`. I only want to select one data to validate the data , but I found that the query is slowly ,even though we have push down the limit ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
