wirybeaver commented on PR #12977: URL: https://github.com/apache/pinot/pull/12977#issuecomment-2078591994
> Have you found any issues from these allocations? In our experience w/ V4 we have not seen GC issues even when using lower throughput GC algorithms (ZGC/generational ZGC). > > I remember there was a discussion/choice to avoid reusing the bytes previously: [#7661 (comment)](https://github.com/apache/pinot/pull/7661#discussion_r745500379) I am concerning the scenarios of high qps against large payload column. for small byte[], we can set the _maxResuableByteSize to 0 in the table config so that we can leverage modern ZGC. -- 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]
