aiborodin commented on PR #13340:
URL: https://github.com/apache/iceberg/pull/13340#issuecomment-2987335387

   According to the profile in my previous comment 
https://github.com/apache/iceberg/pull/13340#discussion_r2156145524, schema 
caching would not be sufficient and we also need to cache field accessors and 
converters to minimise the CPU overhead. The object overhead is minimal as each 
converter would only store filed accessors and conversion lambdas. The cache 
overhead is minimal because it is an identity cache and same schema objects are 
already cached in TableMetadataCache.


-- 
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-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to