Parquet: Difference between revisions
Jump to navigation
Jump to search
WendyGeller (talk | contribs) (Created page with "== Overview == Parquet is a language-independent, open-source file format designed with a columnar structure to optimize querying and aggregation of specific fields. The columnar design also facilitates more efficient file compression, which allows for ease of storage for large volumes of data. Parquet files also include self-describing metadata, embedding the format and meaning within the data itself.") |
(No difference)
|
Latest revision as of 15:50, 7 March 2023
Overview[edit | edit source]
Parquet is a language-independent, open-source file format designed with a columnar structure to optimize querying and aggregation of specific fields. The columnar design also facilitates more efficient file compression, which allows for ease of storage for large volumes of data. Parquet files also include self-describing metadata, embedding the format and meaning within the data itself.