> [!HashGrowBatchesDecide]
> <table><tr><td rowspan="4" width="25%"><img src="assets/wl_ipc_hashgrowbatchesdecide.png"></td><td><b>Wait Category</b></td><td>IPC</td></tr><tr><td><b>Mechanism</b></td><td><code>nodeHash.c</code></td></tr><tr><td><b>Operations</b></td><td><a href="Operations/Join/HashJoin">HashJoin</a></td></tr><tr><td><b>Resources</b></td><td><a href="Resources/RAM">Memory</a>, <a href="Resources/CPU">CPU</a></td></tr><tr><td colspan="3"><b>Dynamic Query Plan Re-evaluation point</b>. If the actual number of rows encountered during a join is significantly higher than the planner's estimate, the in-memory hash table will exceed <code>work_mem</code>.</td></tr></table>