-
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.
77561: changefeedccl: set server.child_metrics.enabled public column to true r=sherman-grewal a=sherman-grewal changefeedccl: set server.child_metrics.enabled public column to true Resolves #77536 Since we're expecting people to use this setting to use metrics labels, it should show up when running SHOW ALL CLUSTER SETTINGS. Release note (enterprise change): The public column of setting server.child_metrics.enabled will be set to true. Release justification: This change is very small and low risk 77775: opt: fix upsert fast path for hash-sharded primary indexes r=mgartner a=mgartner In #76358, a change was made to consider both partitioning and hash-shard columns as implicit, which was required for finding arbiters for UPSERT statements in tables that have partitioned, hash-sharded primary indexes. A side-effect of this change is that it prevents the planning of the fast-path of UPSERTs into tables with hash-sharded primary indexes. This commit fixes this regression. Release justification: This fixes a performance regression for hash-sharded indexes, which are being released as non-experimental in the upcoming release. There is no release note because this regression is not present in any releases. Release note: None Co-authored-by: Sherman Grewal <[email protected]> Co-authored-by: Marcus Gartner <[email protected]>
- Loading branch information
Showing
10 changed files
with
40 additions
and
39 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
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
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