Hacker News new | ask | show | jobs
by sleepytimetea 818 days ago
It would be interesting to see the performance of protobuf vs Parquet in this case...not sure if DuckDB supports that...
2 comments

Parquet is a columnar format with columnar compression. With metadata and indexes. In many cases it needs to read a tiny fraction of Parquet file. Protobuf has zero chances.
Not yet, but I believe that Click house does.

Avro would be another contender in the space.