vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
format Signed-off-by: Robert Kruszewski <github@robertk.io>
rk/parentexecute
5 hours ago
lint Signed-off-by: Robert Kruszewski <github@robertk.io>
rk/parentexecute
5 hours ago
add constant optimization for cosine similarity and normalization Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
ct/vector-scalar-optimize
5 hours ago
TakeExecute for FilterArray Signed-off-by: Robert Kruszewski <github@robertk.io>
rk/parentexecute
5 hours ago
perf: optimize LazyBufferHandle to restore 1-read-per-segment behavior The lazy buffer path was issuing separate request_ranges() calls per buffer within a segment, bypassing SharedSegmentSource deduplication and SegmentCache. This caused N I/O requests per segment instead of 1, with catastrophic impact on S3 (2x slower on some queries). Key changes: - materialize_selection: Selection::Range now uses request() + local slice instead of request_ranges(), benefiting from caching and deduplication when multiple buffers share the same segment - Replace resolve_filter() with effective_selection() returning Cow<Selection>, avoiding a full LazyBufferHandle clone on every slice()/select_ranges() call when no filter is pending - Add MAX_SPARSE_RANGES (32) limit in materialize() to prevent hundreds of tiny I/O requests from scattered masks - Downgrade hot-path tracing from debug! to trace! Signed-off-by: Claude <noreply@anthropic.com> https://claude.ai/code/session_01LM4hVS2zQBoFA8X1YZmQ5Z
claude/optimize-build-performance-NzwKr
7 hours ago
lockfiles Signed-off-by: Andrew Duffy <andrew@a10y.dev>
aduffy/duckdb-glob-multi
8 hours ago
simplify Signed-off-by: Andrew Duffy <andrew@a10y.dev>
aduffy/duckdb-glob-multi
8 hours ago
wip Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
ji/sub-segment-read
8 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
[WIP] TakeExecute for FilterArray
#7393
5 hours ago
2a6b29b
rk/parentexecute
CodSpeed Performance Gauge
0%
Optimize math expressions with `Constant` children
#7394
5 hours ago
d4f2ced
ct/vector-scalar-optimize
CodSpeed Performance Gauge
0%
perf: wip sub seg p3
#7392
7 hours ago
df23421
claude/optimize-build-performance-NzwKr
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs