cetra3 commented on issue #20714: URL: https://github.com/apache/datafusion/issues/20714#issuecomment-4028798532
I think if there are lots of heap allocated data structures in use, while not part of a `RecordBatch`, they still account for the overall heap usage of datafusion, and should be accounted for. Having fully accurate granularity would be an ideal goal, but in lieu of that if performance suffers by doing a lot of accounting, then we should at least strive towards keeping things under a given limit. -- 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]
