cockroachdb / cockroachdb/cockroach
sql: ingest data offline without needing to upload a file
Open
A-import
C-enhancement
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Solutions:
* I want to be able to use `COPY FROM STDIN`, but have it ingest data (a la userfile) using the same mechanism as `IMPORT INTO`, ideally via a new command, e.g. `COPY FROM STDIN ... OFFLINE`.
This would allow common drivers to still use COPY but have it really use IMPORT INTO in the backend.
* I want to use `IMPORT INTO` but reading from STDIN instead of having to upload a file.
Jira issue: CRDB-24861
Contributor guide
Assessment
This issue has not been assessed yet.