avantgardnerio commented on PR #4582: URL: https://github.com/apache/datafusion-comet/pull/4582#issuecomment-5330718698
I think there was talk of tracking which operator was using the memory in the pool? I don't know if anything ever came of it, so I think the most granularity you can have is a MemoryPool per query / context. AFAIK, all you need to know about when to spill is when allocations would otherwise fail? Which the OomGuard could tell you. -- 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]
