-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sqlbase: release memory when popping rows from RowContainer
This wasn't critical before because we were always popping rows during a draining (followed by a call to `Clear` or `Close`). With the buffering router, we will be alternating between popping rows and adding more rows, so we need to release the memory. Removing a distsql_agg "memory exceeded" test - it inadvertently used tuples and wasn't run via distsql, and it now times out with local SQL (it no longer exceeds the budget).
- Loading branch information
1 parent
b6b685d
commit 9712cc2
Showing
3 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters