Fokko opened a new pull request, #8549: URL: https://github.com/apache/iceberg/pull/8549
Before: ``` python3 /tmp/benchmark.py import: 0.175605 seconds catalog: 0.060079 seconds table: 0.245859 seconds scan: 5.218688 seconds Rows: 119890 ``` After: ``` python3 /tmp/benchmark.py import: 0.169811 seconds catalog: 0.054512 seconds table: 0.233786 seconds scan: 2.165105 seconds Rows: 119890 ``` https://github.com/apache/iceberg/pull/6010 didn't really fix it -- 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]
