-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add IMPORT INTO statement to import data by SQL using lightning physical mode #42930
Labels
type/feature-request
Categorizes issue or PR as related to a new feature.
Comments
D3Hunter
added
the
type/feature-request
Categorizes issue or PR as related to a new feature.
label
Apr 11, 2023
most code changes links to issue #40499 |
15 tasks
This was referenced Apr 13, 2023
ti-chi-bot
pushed a commit
that referenced
this issue
Apr 17, 2023
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Apr 18, 2023
ti-chi-bot
pushed a commit
that referenced
this issue
Apr 19, 2023
ti-chi-bot
pushed a commit
that referenced
this issue
Apr 19, 2023
This was referenced Apr 20, 2023
ti-chi-bot
pushed a commit
that referenced
this issue
Apr 21, 2023
12 tasks
12 tasks
This was referenced Apr 28, 2023
12 tasks
lance6716
pushed a commit
to ti-chi-bot/tidb
that referenced
this issue
May 17, 2023
12 tasks
12 tasks
12 tasks
12 tasks
12 tasks
12 tasks
12 tasks
12 tasks
12 tasks
This was referenced Aug 24, 2023
This was referenced Aug 29, 2023
12 tasks
this part is released in v7.2.0, so close it |
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
Add INGEST INTO statement to import data by SQL using lightning physical mode
syntax
most syntax is similar to LOAD DATA statement.
allowed
WITH
options:character_set ='<string>'
fields_terminated_by ='<string>'
fields_enclosed_by ='<char>'
fields_escaped_by ='<char>'
fields_defined_null_by ='<string>'
lines_starting_by ='<string>'
lines_terminated_by ='<string>'
skip_rows =<number>
detached
to run ingest in detached mode.disk-quota
.checksum
.Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: