-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
119556: sql/rowenc: introduce NullEncDatum r=mgartner a=mgartner This commit introduces the `NullEncDatum` function which is a fast-path version of `DatumToEncDatum` when the datum to encode is a constant `tree.DNull`. This eliminates unnecessary overhead that constitutes an appreciable % of total CPU time in some workloads (most notably those with joins of tables with many columns and using the row-by-row execution engine). Epic: None Release note: None 119586: roachtest: update pg_regress r=yuzefovich a=yuzefovich This patch only contains changes to the line numbers in the internal error stack trace. Fixes: #119573. Release note: None Co-authored-by: Marcus Gartner <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information
Showing
4 changed files
with
29 additions
and
25 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
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