#20 · Primary category: AI Data Infrastructure & Storage
vortex
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
ClickHouse
ClickHouse® is a real-time analytics database management system
simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
gun
An open source cybersecurity protocol for syncing decentralized graph data.
emqx
The most scalable and reliable MQTT broker for AI, IoT, IIoT and connected vehicles
server
MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.