Y
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
denny_c
818 days ago
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.
link
LunaSea
818 days ago
Not yet, but I believe that Click house does.
Avro would be another contender in the space.
link