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 63dde68 commit 6bfa929Copy full SHA for 6bfa929
duckdb-parquet/benchmark.sh
@@ -8,7 +8,7 @@ export CC=clang
8
export CXX=clang++
9
git clone https://github.com/duckdb/duckdb
10
cd duckdb
11
-git checkout v1.2-histrionicus
+git checkout v1.3-ossivalis
12
GEN=ninja NATIVE_ARCH=1 LTO=thin make
13
export PATH="$PATH:`pwd`/build/release/"
14
cd ..
duckdb/benchmark.sh
@@ -8,8 +8,8 @@ export CC=clang
-GEN=ninja NATIVE_ARCH=1 LTO=thin make
+LATEST_STORAGE=1 GEN=ninja NATIVE_ARCH=1 LTO=thin make
15
0 commit comments