#20 · Primary category: AI Data Infrastructure & Storage

vortex

array arrow compression file multimodal python rust

An extensible, state-of-the-art framework for columnar compression, and the fastest FOSS columnar file format. Formerly at @spiraldb, now an Incubation Stage project at LFAI&Data, part of the Linux Foundation.

Project last updated:08/29/26

GitHub Stars

3.2K

Forks

214

Contributors

74

License

Apache-2.0

Why we included this project

Vortex is a columnar storage format built to sit under data processing engines, and it's worth a look from any team whose analytics or ML work is bottlenecked by scan speed. The project claims substantially faster reads and writes than Apache Parquet at similar compression ratios, and its zero-copy Arrow compatibility means it plugs into existing Arrow, DataFusion, DuckDB, Spark, Pandas, or Polars pipelines without rebuilding the data layer. The design separates logical schema from physical layout, with pluggable encodings, compression schemes, and layout strategies, so you can tune storage to your access patterns instead of living with Parquet's defaults. The file format itself is already declared stable, with backwards compatibility promised from release 0.36 onward, which makes early experimentation less risky. Teams keeping wide tables on object storage, where I/O tends to dominate compute, will probably want to run their own benchmarks before committing.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category