vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
docs: clarify GPU dispatch flow (#7132) Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
develop
12 minutes ago
docs: clarify GPU dispatch flow Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
ad/docs-fused
17 minutes ago
docs: clarify GPU dispatch flow Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
ad/docs-fused
20 minutes ago
back Signed-off-by: Andrew Duffy <andrew@a10y.dev>
aduffy/patched-more
59 minutes ago
drop more Signed-off-by: Andrew Duffy <andrew@a10y.dev>
aduffy/patched-more
1 hour ago
feat: add clickhouse-bench for ClickBench Parquet benchmarks Introduce a new clickhouse-bench benchmark crate that runs ClickBench queries against Parquet data via clickhouse-local, providing a baseline for comparing Vortex performance against ClickHouse. Key design decisions: - The ClickHouse binary is resolved at runtime: via CLICKHOUSE_BINARY env var or from $PATH. CI installs it via the official installer before benchmarks. - ClickHouse-dialect SQL queries use the same query file as other engines (ClickHouse handles quoted identifiers correctly). - Each query spawns a fresh clickhouse-local process for complete isolation (no cross-query caching, no warm-up effects). - CI workflows updated to include clickhouse:parquet target in ClickBench benchmarks and conditionally build clickhouse-bench. Closes #6425 Signed-off-by: fastio <niclas@fastio.me>
fastio:integration-clickhouse-benchmark-baseline
1 hour ago
feat[array]: change VTable execution to pass owned arrays (#6867) We want to be able to mutate buffers in-place this is done trying to unwrap Arcs, requiring owned Arc<Array> inputs. This PR add owned execution. ```rust fn execute(&self, array: ArrayRef, ctx: &mut ExecutionCtx) -> VortexResult<ExecutionResult>; ``` TODO: allow owned extraction of children from an owned array, this will be done using slots (https://github.com/vortex-data/vortex/pull/6870). --------- Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
develop
3 hours ago
better
myrrc/scan-api-duckdb
4 hours ago
Latest Branches
CodSpeed Performance Gauge
-16%
docs: clarify GPU dispatch flow
#7132
23 minutes ago
0b37252
ad/docs-fused
CodSpeed Performance Gauge
-20%
[wip] patchedarray wiring - BP
#7128
1 hour ago
e317156
aduffy/patched-more
CodSpeed Performance Gauge
+18%
feat: add clickhouse-bench with auto-downloaded ClickHouse binary
#6736
7 hours ago
051bb91
fastio:integration-clickhouse-benchmark-baseline
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs