Loading Compressed Data

To minimize network bandwidth and latency issues, compress your data before you upload it to Data Warehouse.

Data Warehouse only supports BZIP and GZIP formats.

Example:

COPY customers FROM LOCAL 'customers.csv.gz' GZIP

To load uncompressed data, do not include the BZIP or GZIP keyword in the above command, and reference an uncompressed file.