Replace record_batch.get_array_memory_size()
in spilling operators
#13430
Labels
enhancement
New feature or request
Is your feature request related to a problem or challenge?
This issue is trying to track the follow on tasks for #13377
record_batch.get_array_memory_size()
should be replaced (e.g. Memory counting inTopK
andSort-Merge-Join
) After that, more end-to-end tests for that specific operator can be addedExternal aggregation reserves more memory than actual usage #13089
Further refine the Top K sort operator #9417
Excessive memory consumption on sorting #10511
External sorting not working for (maybe only for string columns??) #12136
Some memory reservations of GroupedHashAggregateStream seem to be mis-tagged as spillable while they do not allow spilling #11390
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: