File tree Expand file tree Collapse file tree 5 files changed +10
-55
lines changed
duckdb-datalake-partitioned
duckdb-parquet-partitioned Expand file tree Collapse file tree 5 files changed +10
-55
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# Install
4
- sudo apt-get update -y
5
- sudo apt-get install -y ninja-build cmake build-essential make ccache pip clang
6
-
7
- export CC=clang
8
- export CXX=clang++
9
- git clone https://github.com/duckdb/duckdb
10
- cd duckdb
11
- git checkout v1.3-ossivalis
12
- GEN=ninja NATIVE_ARCH=1 LTO=thin make
13
- export PATH=" $PATH :` pwd` /build/release/"
14
- cd ..
4
+ curl https://install.duckdb.org | sh
5
+ export PATH=' /Users/milovidov/.duckdb/cli/latest' :$PATH
15
6
16
7
echo -n " Load time: "
17
8
command time -f ' %e' duckdb hits.db -f create.sql
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# Install
4
- sudo apt-get update -y
5
- sudo apt-get install -y ninja-build cmake build-essential make ccache pip clang
6
-
7
- export CC=clang
8
- export CXX=clang++
9
- git clone https://github.com/duckdb/duckdb
10
- cd duckdb
11
- git checkout v1.3-ossivalis
12
- GEN=ninja NATIVE_ARCH=1 LTO=thin make
13
- export PATH=" $PATH :` pwd` /build/release/"
14
- cd ..
4
+ curl https://install.duckdb.org | sh
5
+ export PATH=' /Users/milovidov/.duckdb/cli/latest' :$PATH
15
6
16
7
echo -n " Load time: "
17
8
command time -f ' %e' duckdb hits.db -f create.sql
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# Install
4
- sudo apt-get update -y
5
- sudo apt-get install -y ninja-build cmake build-essential make ccache pip clang
6
-
7
- export CC=clang
8
- export CXX=clang++
9
- git clone https://github.com/duckdb/duckdb
10
- cd duckdb
11
- git checkout v1.3-ossivalis
12
- GEN=ninja NATIVE_ARCH=1 LTO=thin make
13
- export PATH=" $PATH :` pwd` /build/release/"
14
- cd ..
4
+ curl https://install.duckdb.org | sh
5
+ export PATH=' /Users/milovidov/.duckdb/cli/latest' :$PATH
15
6
16
7
# Load the data
17
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 1
1
#! /bin/bash
2
2
3
3
# Install
4
- sudo apt-get update -y
5
- sudo apt-get install -y ninja-build cmake build-essential make ccache pip clang
6
-
7
- export CC=clang
8
- export CXX=clang++
9
- git clone https://github.com/duckdb/duckdb
10
- cd duckdb
11
- git checkout v1.3-ossivalis
12
- GEN=ninja NATIVE_ARCH=1 LTO=thin make
13
- export PATH=" $PATH :` pwd` /build/release/"
14
- cd ..
4
+ curl https://install.duckdb.org | sh
5
+ export PATH=' /Users/milovidov/.duckdb/cli/latest' :$PATH
15
6
16
7
# Load the data
17
8
wget --continue --progress=dot:giga ' https://datasets.clickhouse.com/hits_compatible/hits.parquet'
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# Install
4
- sudo apt-get update -y
5
- sudo apt-get install -y ninja-build cmake build-essential make ccache pip clang
6
-
7
- export CC=clang
8
- export CXX=clang++
9
- git clone https://github.com/duckdb/duckdb
10
- cd duckdb
11
- git checkout v1.3-ossivalis
12
- LATEST_STORAGE=1 GEN=ninja NATIVE_ARCH=1 LTO=thin make
13
- export PATH=" $PATH :` pwd` /build/release/"
14
- cd ..
4
+ curl https://install.duckdb.org | sh
5
+ export PATH=' /Users/milovidov/.duckdb/cli/latest' :$PATH
15
6
16
7
# Load the data
17
8
sudo apt-get install -y pigz
You can’t perform that action at this time.
0 commit comments