-
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.
38061: pkg: Split CTAS execution between user txn and SchemaChanger. r=adityamaru27 a=adityamaru27 As a first step in improving the performance and scalability of the `CTAS` command, (issue #25828) we needed to split the responsibility of creating a new `TableDescriptor`, and executing the `AS` query to backfill the new table. While the user txn continues to create and store the new desc, the execution of the `AS` query has been made async by moving the logic to the SchemaChanger. Co-authored-by: Aditya Maru <[email protected]>
- Loading branch information
Showing
17 changed files
with
737 additions
and
333 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
Oops, something went wrong.