Blog
Notes on Parquet, Avro, CSV and Google Cloud Storage, written while building Cloud File Viewer.
September 19, 2026 · 5 min read
Parquet stores data by column instead of by row. That one decision is why a query can read 2% of a file, and why you cannot open one in a text editor.