File Formats

PARQUET

Apache Parquet

Adopt Foundation Apache Software Foundation Since 2013

Judgement: Adopt

De-facto columnar storage; baseline for analytics.

Columnar storage format optimised for analytics: predicate pushdown, column pruning, efficient compression, and typed schemas.

Effectively the default storage format underneath every modern table format (Iceberg, Delta, Hudi).

Why it counts as a standard

Parquet's on-disk format is published as an open spec with independent reader/writer implementations in C++, Java, Rust, Go, and Python. Every analytics engine and lakehouse format depends on the format spec, not on a particular library. That makes the file format itself the standard.

At a glance

Category
File Formats
Governance
Apache Software Foundation
Status
Stable; the columnar default
First released
2013

Links

Related standards

Other standards in File Formats.

See PARQUET in context

Open the interactive Data Landscape to compare PARQUET against every other open standard, or grab the raw JSON. Spotted something wrong? Open an issue.