kinolaev commented on issue #11648: URL: https://github.com/apache/iceberg/issues/11648#issuecomment-5441214403
The main reason I need a delete file cache is that, otherwise, equality delete files are loaded for each referencing data file, causing S3 request counts to skyrocket. I dug into the position delete caching problem simply to make it clear that there is nothing fundamentally wrong with caching position delete files (with default settings, the cache pays off starting from the second lookup, according to my benchmark results above.), and that the root cause of the original issue was just a cache size misconfiguration. -- 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]
