Apache Parquet

E457357

Apache Parquet is a columnar storage file format optimized for efficient data compression and query performance in big data processing frameworks such as Apache Hadoop and Apache Spark.

All labels observed (1)

Label Occurrences
Apache Parquet canonical 1

How this entity was disambiguated

Statements (72)

Predicate Object
instanceOf columnar storage file format
open-source software project
compressionCodec Brotli NERFINISHED
Gzip NERFINISHED
LZ4 NERFINISHED
LZO
Snappy NERFINISHED
Zstandard NERFINISHED
dataModel columnar data model
designedFor Hadoop ecosystem NERFINISHED
distributed file systems
developer Apache Software Foundation NERFINISHED
enables I/O reduction for analytical queries
efficient compression per column
vectorized execution in query engines
feature column chunks
metadata footer
page-level encoding
per-column statistics
row groups
fileExtension .parquet
fileFormatType binary
columnar
governedBy Apache Parquet community
integratesWith Amazon S3 NERFINISHED
Azure Data Lake Storage NERFINISHED
Google Cloud Storage NERFINISHED
Hadoop Distributed File System NERFINISHED
cloud object storage
license Apache License 2.0
name Apache Parquet NERFINISHED
openSource true
optimizedFor analytical workloads
columnar processing
efficient data compression
query performance
primaryUse big data analytics
data lake storage
data warehousing
stores data by column
supports column pruning
complex data types
compression codecs
encoding schemes
nested data structures
predicate pushdown
schema evolution
statistics per column chunk
supportsType BINARY
BOOLEAN
DECIMAL
DOUBLE
FLOAT
INT32
INT64
LIST
MAP
STRUCT
TIMESTAMP
usedWith Amazon Athena NERFINISHED
Apache Arrow NERFINISHED
Apache Drill NERFINISHED
Apache Flink NERFINISHED
Apache Hadoop NERFINISHED
Apache Hive NERFINISHED
Apache Impala NERFINISHED
Apache Spark NERFINISHED
Databricks NERFINISHED
Google BigQuery NERFINISHED
Presto NERFINISHED
Snowflake NERFINISHED
Trino NERFINISHED

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Avro competesWith Apache Parquet