Analytics Platforms

Parquet

English

Overview

An open, column-oriented data file format optimized for analytics.

Details

Because it compresses and stores data column by column rather than row by row, it speeds up aggregate queries that only need to read specific columns. It's widely used as the standard data-lake format, especially in the Hadoop ecosystem.

More Database terms