-
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.
pkg: Moved AS query evaluation to SchemaChanger from user txn.
Previously, the SELECT statement to backfill the newly created table was executed within a user txn. This has been made async by moving it to the SchemaChanger as a first step in making the command more robust. The CREATE command is no longer a FastPathNode as it can no longer report the number of rows inserted at the time the user txn is committed. Release note: None
- Loading branch information
1 parent
479ef9d
commit 8059716
Showing
7 changed files
with
626 additions
and
273 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
Oops, something went wrong.