[MCOL-1227] doc: bulk insert using select * Created: 2018-02-21 Updated: 2019-07-10 Resolved: 2019-07-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Documentation |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hall (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In https://mariadb.com/kb/en/library/columnstore-bulk-data-loading/, we have an example of how to do a select from a table into cpimport. The example doesn't work. mcsmysql -q -e 'select * from source_table;' -N db2 | -j501 is telling it to use a jobfile, but there's no colxml job described. If you replace -j501 with database and table positional parameters, you need to remove the -f STDIN, and the user must have write permissions to /usr/local/mariadb/columnstore/data/bulk/tmpjob/ |