File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
duckdb-datalake-partitioned
duckdb-parquet-partitioned Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Install
4
4
curl https://install.duckdb.org | sh
5
- export PATH=' ~ /.duckdb/cli/latest' :$PATH
5
+ export PATH=' /.duckdb/cli/latest' :$PATH
6
6
7
7
echo -n " Load time: "
8
8
command time -f ' %e' duckdb hits.db -f create.sql
Original file line number Diff line number Diff line change 2
2
3
3
# Install
4
4
curl https://install.duckdb.org | sh
5
- export PATH=' ~ /.duckdb/cli/latest' :$PATH
5
+ export PATH=' /.duckdb/cli/latest' :$PATH
6
6
7
7
echo -n " Load time: "
8
8
command time -f ' %e' duckdb hits.db -f create.sql
Original file line number Diff line number Diff line change 2
2
3
3
# Install
4
4
curl https://install.duckdb.org | sh
5
- export PATH=' ~ /.duckdb/cli/latest' :$PATH
5
+ export PATH=' /.duckdb/cli/latest' :$PATH
6
6
7
7
# Load the data
8
8
seq 0 99 | xargs -P100 -I{} bash -c ' wget --continue --progress=dot:giga https://datasets.clickhouse.com/hits_compatible/athena_partitioned/hits_{}.parquet'
Original file line number Diff line number Diff line change 2
2
3
3
# Install
4
4
curl https://install.duckdb.org | sh
5
- export PATH=' ~ /.duckdb/cli/latest' :$PATH
5
+ export PATH=' /.duckdb/cli/latest' :$PATH
6
6
7
7
# Load the data
8
8
wget --continue --progress=dot:giga ' https://datasets.clickhouse.com/hits_compatible/hits.parquet'
Original file line number Diff line number Diff line change 2
2
3
3
# Install
4
4
curl https://install.duckdb.org | sh
5
- export PATH=' ~ /.duckdb/cli/latest' :$PATH
5
+ export PATH=' /.duckdb/cli/latest' :$PATH
6
6
7
7
# Load the data
8
8
sudo apt-get install -y pigz
You can’t perform that action at this time.
0 commit comments