Parquet File: An introduction
Jul 16, 2025 · 2 min read · Lets understand this by comparing it to csv format, which is quite well known. Query Performance: CSV vs Parquet Example Queries and Performance Query 1: Column Aggregation sql SELECT SUM(price) FROM sales; CSV Performance: Must read entire file (...
Join discussion
