Matca

 

  

Browse:TechnologiesCapabilitiesTags
Quick Links:About
Favicon of Apache Parquet

Apache Parquet

Apache Parquet is the standard columnar file format for analytics — compressed, splittable, and readable by effectively every engine, table format, and data tool.

Visit Apache Parquet

Apache Parquet is a columnar file format for analytical workloads. Data is organized by column with per-column compression and encoding, and files carry statistics (min/max, null counts) that engines use to skip data at read time.

Parquet is the at-rest format beneath most of the ecosystem: open table formats manage Parquet files, warehouses import and export it, and every mainstream engine — Spark, Trino, DuckDB, Flink — reads it natively.

It is the default choice for raw zones and lake data; row-oriented formats like Avro complement it for records in motion, and ORC remains a comparable columnar alternative in Hive-lineage stacks.

Capabilities:
File Formats

Tags:

batchlakehouseopen-source

Share:

Similar to Apache Parquet

Favicon

 

  
  
Favicon

 

  
  
Favicon

 

  
  

Similar to Apache Parquet

View all technologies
Favicon of Apache Avro

Apache Avro

Row-oriented serialization with first-class schema evolution
Serialization Formats
Apache Avro is a compact, schema-based, row-oriented serialization format — the default encoding for Kafka pipelines and schema-registry workflows.
Favicon of Protocol Buffers

Protocol Buffers

Compact, typed serialization from the gRPC ecosystem
Serialization Formats
Protocol Buffers (protobuf) is Google's language-neutral, schema-first binary serialization format, ubiquitous in service APIs and increasingly present in event streams.