Software Alternatives & Reviews

Apache Parquet VS Apache Arrow

Compare Apache Parquet VS Apache Arrow and see what are their differences

Apache Parquet logo Apache Parquet

Apache Parquet is a columnar storage format available to any project in the Hadoop ecosystem.

Apache Arrow logo Apache Arrow

Apache Arrow is a cross-language development platform for in-memory data.
  • Apache Parquet Landing page
    Landing page //
    2022-06-17
  • Apache Arrow Landing page
    Landing page //
    2021-10-03

Apache Parquet videos

No Apache Parquet videos yet. You could help us improve this page by suggesting one.

+ Add video

Apache Arrow videos

Wes McKinney - Apache Arrow: Leveling Up the Data Science Stack

More videos:

  • Review - "Apache Arrow and the Future of Data Frames" with Wes McKinney
  • Review - Apache Arrow Flight: Accelerating Columnar Dataset Transport (Wes McKinney, Ursa Labs)

Category Popularity

0-100% (relative to Apache Parquet and Apache Arrow)
Databases
42 42%
58% 58
Big Data
66 66%
34% 34
NoSQL Databases
32 32%
68% 68
Data Dashboard
100 100%
0% 0

User comments

Share your experience with using Apache Parquet and Apache Arrow. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Apache Arrow should be more popular than Apache Parquet. It has been mentiond 33 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Apache Parquet mentions (19)

  • [D] Is there other better data format for LLM to generate structured data?
    The Apache Spark / Databricks community prefers Apache parquet or Linux Fundation's delta.io over json. Source: 5 months ago
  • Demystifying Apache Arrow
    Apache Parquet (Parquet for short), which nowadays is an industry standard to store columnar data on disk. It compress the data with high efficiency and provides fast read and write speeds. As written in the Arrow documentation, "Arrow is an ideal in-memory transport layer for data that is being read or written with Parquet files". - Source: dev.to / 12 months ago
  • Parquet: more than just "Turbo CSV"
    Googling that suggests this page: https://parquet.apache.org/. Source: about 1 year ago
  • Beginner question about transformation
    You should also consider distribution of data because in a company that has machine learning workflows, the same data may need to go through different workflows using different technologies and stored in something other than a data warehouse, e.g. Feature engineering in Spark and loaded/stored in binary format such as Parquet in a data lake/object store. Source: about 1 year ago
  • Pandas Free Online Tutorial In Python — Learn Pandas Basics In 5 Lessons!
    This section will teach you how to read and write data to and from a variety of file types, including CSV, Excel, SQL, HTML, Parquet, JSON etc. You’ll also learn how to manipulate data from other sources, such as databases and web sites. Source: about 1 year ago
View more

Apache Arrow mentions (33)

  • How moving from Pandas to Polars made me write better code without writing better code
    In comes Polars: a brand new dataframe library, or how the author Ritchie Vink describes it... a query engine with a dataframe frontend. Polars is built on top of the Arrow memory format and is written in Rust, which is a modern performant and memory-safe systems programming language similar to C/C++. - Source: dev.to / about 2 months ago
  • Time Series Analysis with Polars
    One is related to the heritage of being built around the NumPy library, which is great for processing numerical data, but becomes an issue as soon as the data is anything else. Pandas 2.0 has started to bring in Arrow, but it's not yet the standard (you have to opt-in and according to the developers it's going to stay that way for the foreseeable future). Also, pandas's Arrow-based features are not yet entirely on... - Source: dev.to / 5 months ago
  • TXR Lisp
    IMO a good first step would be to use the txr FFI to write a library for Apache arrow: https://arrow.apache.org/. - Source: Hacker News / 5 months ago
  • A Polars exploration into Kedro
    Polars is an open-source library for Python, Rust, and NodeJS that provides in-memory dataframes, out-of-core processing capabilities, and more. It is based on the Rust implementation of the Apache Arrow columnar data format (you can read more about Arrow on my earlier blog post “Demystifying Apache Arrow”), and it is optimised to be blazing fast. - Source: dev.to / 12 months ago
  • Demystifying Apache Arrow
    Apache Arrow (Arrow for short) is an open source project that defines itself as "a language-independent columnar memory format" (more on that later). It is part of the Apache Software Foundation, and as such is governed by a community of several stakeholders. It has implementations in several languages (C++ and also Rust, Julia, Go, and even JavaScript) and bindings for Python, R and others that wrap the C++... - Source: dev.to / 12 months ago
View more

What are some alternatives?

When comparing Apache Parquet and Apache Arrow, you can also consider the following products

Apache Spark - Apache Spark is an engine for big data processing, with built-in modules for streaming, SQL, machine learning and graph processing.

Delta Lake - Application and Data, Data Stores, and Big Data Tools

Apache ORC - Apache ORC is a columnar storage for Hadoop workloads.

Redis - Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.

Apache Kudu - Apache Kudu is Hadoop's storage layer to enable fast analytics on fast data.

PostgreSQL - PostgreSQL is a powerful, open source object-relational database system.