Thanks to visit codestin.com
Credit goes to app.codspeed.io
vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
improve Signed-off-by: Matt Katz <
[email protected]
>
mk/list-sum-expr
6 hours ago
improve Signed-off-by: Matt Katz <
[email protected]
>
mk/list-sum-expr
6 hours ago
first pass Signed-off-by: Matt Katz <
[email protected]
>
mk/table-struct-dispatch
8 hours ago
Optimize list_sum empty/all-null fix-up, add list_sum bench Signed-off-by: Matt Katz <
[email protected]
>
mk/list-sum-expr
12 hours ago
Implement compare in vortex instead of falling back to arrow (#8661) Instead of going through arrow compare logic implement it in vortex Lets us leverage optimised bitbuffer optimistaions and ultimately remove arrow dependency from vortex-array Signed-off-by: Robert Kruszewski <
[email protected]
>
develop
12 hours ago
Audit panic handling in detached tasks (#8677) ## Rationale for this change Following #8672, I've audited a few other suspicous code paths that had similar shape, mostly on the read side. ## What changes are included in this PR? 1. Propagate panics and shutdown correctly for `FileSegmentSource`. 2. Handle panics correctly in the shared iterator used by DuckDB 3. Misc panic handling around our runtime abstraction. ## What APIs are changed? Are there any user-facing changes? None --------- Signed-off-by: Adam Gutglick <
[email protected]
>
develop
13 hours ago
spec refresh Documentation restructure (consolidated Specification section, developer guide grouped by audience, refreshed concepts/user-guide) plus a specification of the on-disk/on-wire encoding format (validity contract, per-encoding byte layouts, array/scalar/file/dtype framing) and a docs-conformance harness that derives the stable-encoding set from the code. Signed-off-by: mprammer <
[email protected]
> Co-Authored-By: Claude <
[email protected]
>
mp/spec
13 hours ago
ci: install only the uv binary for v4 ingest (drop the workspace sync) (#8517) The v4 Postgres ingest runs `uv run --no-project --with psycopg[binary] --with boto3 --with xxhash`, which needs only the uv binary and an ephemeral env — never the workspace. But the "Install uv" step uses `spiraldb/actions/setup-uv`, which runs a full `uv sync --all-extras --dev` that rebuilds `vortex-python` via maturin → sccache → S3. On the `extras=s3-cache` bench runners that fails `s3:GetObject AccessDenied` under the just-assumed ingest role (which only has `rds-db:connect`). It's `continue-on-error`, so CI never broke, and production confirmed the sync is dead weight — the ingest succeeded even when "Install uv" went red, because the binary installs before the sync and the ingest doesn't use the synced workspace. Switch the three v4 "Install uv" steps to `astral-sh/setup-uv` (the same v7.6.0 binary that action vendors) with no sync, which removes the wasteful workspace build and the sccache→S3 dependency entirely. The benchmark job's own non-v4 `setup-uv` is unchanged. Follow-up to #8516, which fixed the same failure by reordering so the sync ran with good credentials; this drops the now-pointless sync instead, so step order no longer matters. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Connor Tsui <
[email protected]
> Co-authored-by: Claude Fable 5 <
[email protected]
>
develop
13 hours ago
Latest Branches
Codestin Search App
+13%
Add `list_sum` expression
#8676
6 hours ago
8aad0cc
mk/list-sum-expr
Codestin Search App
+7%
Split `TableStrategy` dispatcher from `StructStrategy`
#8638
8 days ago
8792385
mk/table-struct-dispatch
Codestin Search App
+12%
docs: documentation rework + Vortex encoding-format specification
#8690
14 hours ago
42cce13
mp/spec
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs