Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
66106: colcontainer: fix intra-query memory leak r=jordanlewis a=jordanlewis Closes #66107. Previously, when closing a diskQueue (the structure that's used to implement disk spilling), we failed to properly allow all scratch memory to be reclaimed by the garbage collector. Release note (sql change): prevent intra-query leak during disk spilling that could cause the database to run out of memory, especially during disk spilling operations on tables with wide rows. Co-authored-by: Jordan Lewis <[email protected]>
- Loading branch information