ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

APACHE-PARQUET

Columnar data lake storage with efficient compression.

Definition

Parquet structure: row group → column chunk → page. Encodings: dictionary, run-length, delta, byte-stream-split. Min/max statistics per column chunk for predicate pushdown. Nested schema via Dremel encoding (definition/repetition levels).

Origin

Created by Twitter and Cloudera in 2013 ; Apache top-level May 2015.

Example in context

A data lake stores 1 PB of analytics events as Parquet with ZSTD compression for 70% space saving vs JSON.

  • Arrow — in-memory twin.

Last updated: May 16, 2026