ashishjayamohan opened a new pull request, #15407: URL: https://github.com/apache/pinot/pull/15407
- Addresses: https://github.com/apache/pinot/issues/15147 - Made `_numRowsPerChunk` and `_chunkSizeInBytes` mutable to allow dynamic adjustment. - Introduced parameters for tracking and controlling buffer sizing: - Initial chunk size tracking - Chunk size multiplier (1x to 16x) - Observation counter for triggering resizing - Implemented `adjustBufferSizeIfNeeded()` to: - Monitor buffer usage patterns - Scale up buffer size based on actual cardinality - Reduce small buffer allocations dynamically -- 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]
