We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d9ca4 commit e05fccaCopy full SHA for e05fcca
benchmark/clickbench/hits/load.sql
@@ -1,5 +1,3 @@
1
COPY INTO hits
2
-FROM @datasets/hits/hits_100m_obfuscated_v1.tsv.xz FILE_FORMAT =(
3
- type = TSV compression = XZ field_delimiter = '\t' record_delimiter = '\n' skip_header = 0
4
- );
+FROM @datasets/hits/hits.parquet FILE_FORMAT =(TYPE = 'PARQUET');
5
ANALYZE TABLE hits;
0 commit comments