-
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.
138048: roachtest: lower the foreground throughput in disk bandwidth test r=itsbilal a=aadityasondhi The test fails due to excessive amount of foreground traffic. This patch lowers the bytes written by the foreground traffic. Fixes #137881 Release note: None 138295: sql: Fix virtual index scan for crdb_internal.create_type_statements r=spilchen a=spilchen When querying the crdb_internal.create_type_statements virtual table, two access paths are possible: a full table scan or a virtual index scan. We observed inconsistent behavior between these paths. The full table scan returned correct data, but the virtual index scan could return types for the wrong database (if one was specified) or panic with a null pointer dereference when querying across all databases. This change corrects the virtual index access pattern to ensure consistency with the full table scan. Epic: None Closes #137579 Release note (bug fix): Fixed issues with the virtual index scan on crdb_internal.create_type_statements, ensuring consistent results when querying user-defined types (UDTs) across databases. Co-authored-by: Aaditya Sondhi <[email protected]> Co-authored-by: Matt Spilchen <[email protected]>
- Loading branch information
Showing
3 changed files
with
41 additions
and
4 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