pvary commented on PR #13608:
URL: https://github.com/apache/iceberg/pull/13608#issuecomment-3113608299

   Also maybe add something about cache sizing. This could contain the note, 
that reuse the DynamicSink schema objects helps cache hits. See:
   ```
       private static void inputSchemaEvictionListener(
           Map.Entry<Schema, ResolvedSchemaInfo> evictedEntry) {
         LOG.warn(
             "Performance degraded as records with different schema is 
generated for the same table. "
                 + "Likely the DynamicRecord.schema is not reused. "
                 + "Reuse the same instance if the record schema is the same to 
improve performance");
       }
   ```


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