Skip to content

Commit 20e838b

Browse files
committed
october
Signed-off-by: Will Manning <will@willmanning.io>
1 parent 54896a3 commit 20e838b

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

src/content/blog/october-2025.mdx

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,22 @@ excerpt: "Overview of all work happening in Vortex"
66
published: true
77
---
88

9-
This month a lot of focus has been put on improving correctness using our fuzzer, in revamping arrays to make compute over compressed data and compute over GPUs even better.
9+
In October, a lot of focus was on revamping Array evaluation to be fully lazy, by converting their execution
10+
to an Operator model that evaluates into Vectors (fully decompressed, zero-copy to Arrow representation).
11+
This work enables many more optimizations, and also provides unified abstractions for evaluating on
12+
different processor types (CPUs & GPUs).
13+
14+
In parallel, Vortex added experimental support for a GPU Scan, with fused CUDA kernels for decompressing Vortex data
15+
directly on-device.
16+
17+
For an in-depth view of this work, see the [recent talk on Vortex](https://db.cs.cmu.edu/events/futuredata-vortex/)
18+
as part of CMU's Future Data Seminar.
1019

1120
## Core
1221

13-
1. Children of `ZonedLayoutReader` are evaluated lazily. [#5007]()
14-
1. Introduced our own bit-buffer type, allowing for in-place mutation [#4940]()
22+
1. Children of `ZonedLayoutReader` are evaluated lazily. [#5007](https://github.com/vortex-data/vortex/pull/5007)
23+
2. Introduced our own bit-buffer type, allowing for in-place mutation [#4940](https://github.com/vortex-data/vortex/pull/4940)
24+
3. Introduced experimental GPU Scan [#5012](https://github.com/vortex-data/vortex/pull/5012)
1525

1626
## Integrations
1727

@@ -23,6 +33,10 @@ You can now try Vortex as part of [dft](https://github.com/datafusion-contrib/da
2333

2434
1. Added support for pushing down filters onto fields of struct columns. #5024
2535

36+
### DuckDB
37+
38+
As of DuckDB 1.4.2, Vortex is included as a core extension in DuckDB. See their [docs](https://duckdb.org/docs/stable/core_extensions/vortex) for more details.
39+
2640
## Acknowledgments
2741

2842
We want to thank to anyone who has tried Vortex, provided feedback, asked question and filed issues.

0 commit comments

Comments
 (0)