forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
55511: importccl: moved bundle import logic from planning to execution phase r=adityamaru,miretskiy a=mokaixu Previously, the logic for parsing schemas of Bundle forms such as postgresql dumps and mysql dumps was located in the planning phase for the import statement. This was inadequate because for large bundle imports where schema parsing takes up to an hour, there was no signal to the user that something was taking place. To address this, the logic for schema parsing for bundle formats was moved from the planning phase to the job execution phase. In the job execution phase, a RunningStatus was added to indicate to the user that the schema is being parsed. Release note: None Resolves: cockroachdb#48598 Co-authored-by: Monica Xu <[email protected]>
- Loading branch information
Showing
3 changed files
with
504 additions
and
373 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
Oops, something went wrong.