o

orc-format

ORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly. Storing data in a columnar format lets the reader read, decompress, and process only the values that are required for the current query.
https://orc.apache.org
Aggregated version Version Update time
1.0 1.0.0 Jan 03, 2024
1 Records