Memory tracker for index join should be refined #12750
Open
Description
In index join(index hash join & index merge join), each task has its own memory tracker. It's also attached to the exector's memory tracker. But when task finished, the memory tracker wasn't destroyed. It's better to consider garbage collection, change the executor's memory tracker.
Activity