[MCOL-1012] cpimport option Created: 2017-11-06  Updated: 2023-11-21  Resolved: 2022-11-05

Status: Closed
Project: MariaDB ColumnStore
Component/s: cpimport
Affects Version/s: None
Fix Version/s: Icebox

Type: New Feature Priority: Minor
Reporter: Richard Stracke Assignee: Todd Stoffel (Inactive)
Resolution: Won't Do Votes: 1
Labels: None

Epic Link: ColumnStore Bulk Load Improvements

 Description   

Accept compressed files as source file for cpimport.
valid sourcefiles would be
to_be_loaded_data.txt.gz
to_be_loaded_data.txt.tar.gz
to_be_loaded_data.txt.tar.zip

cpimport uncompress the file and load the data into coolumnstore as usual.



 Comments   
Comment by Andrew Hutchings (Inactive) [ 2017-11-06 ]

as a workaround:

gunzip -c to_be_loaded_data.txt.gz | cpimport dbname tablename
tar -xO to_be_loaded_data.tar.gz | cpimport dbname tablename
tar -xO to_be_loaded_data.tar.zip | cpimport dbname tablename

Comment by Dipti Joshi (Inactive) [ 2017-12-08 ]

Agree with LinuxJedi - we will only add support for unzipping, but not for untaring.

Comment by Todd Stoffel (Inactive) [ 2022-11-05 ]

This item is being closed because it was well passed the expiration date with no activity. If you suspect this was done in error please create a new ticket.

Generated at Thu Feb 08 02:25:31 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.