About 50 results
Open links in new tab
  1. Apache Parquet

    Apache Parquet is an open source, column-oriented data file format designed for efficient data storage and retrieval. It provides high performance compression and encoding schemes to handle complex …

  2. Parquet compression definitions - Apache Parquet

    Dec 9, 2025 · Parquet allows the data block inside dictionary pages and data pages to be compressed for better space efficiency. The Parquet format supports several compression codecs covering …

  3. Releases - Apache Parquet

    Mar 16, 2025 · The latest version of parquet-format is 2.11.0. To check the validity of this release, use its: Release manager OpenPGP key OpenPGP signature SHA-512 Older releases can be found in …

  4. Documentation | Parquet

    Oct 28, 2025 · Welcome to the documentation for Apache Parquet. The specification for the Apache Parquet file format is hosted in the parquet-format repository. The current implementation status of …

  5. Overview - Apache Parquet

    Nov 12, 2025 · Apache Parquet is an open source, column-oriented data file format designed for efficient data storage and retrieval. It provides high performance compression and encoding …

  6. Parquet Modular Encryption - Apache Parquet

    Dec 9, 2025 · Parquet files containing sensitive information can be protected by the modular encryption mechanism that encrypts and authenticates the file data and metadata - while allowing for a regular …

  7. Metadata - Apache Parquet

    Mar 5, 2025 · In the diagram below, file metadata is described by the FileMetaData structure. This file metadata provides offset and size information useful when navigating the Parquet file.

  8. 1.15.1 | Parquet - parquet.apache.org

    Mar 16, 2025 · The latest version of parquet-java is 1.15.1. For the changes, please check out the Release on Github. To check the validity of this release, use its: Release manager OpenPGP key …

  9. Types - Apache Parquet

    May 20, 2025 · The types supported by the file format are intended to be as minimal as possible, with a focus on how the types effect on disk storage. For example, 16-bit ints are not explicitly supported in …

  10. Resources - Apache Parquet

    Mar 24, 2022 · Various resources to learn about the Parquet File Format.