Export Parquet
The COPY TO
clause can export query results to a Parquet file. It can be combined with a subquery
and used as shown below.
The LOAD FROM
clause can used to scan the Parquet file and to verify that the export worked:
Available options are:
Option | Default Value | Description |
---|---|---|
COMPRESSION | SNAPPY | The compression format to use (uncompressed, snappy, gzip, lz4 or zstd). |