Y
Hacker News
new
|
ask
|
show
|
jobs
by
odie5533
397 days ago
Is Arrow better than Parquet or Protobuf?
3 comments
theLiminator
397 days ago
Arrow is an in-memory columnar format, kinda orthogonal to parquet (which is an at-rest format). Protobuf is a better comparison, but it's more message oriented and not suited for analytics.
link
datadrivenangel
397 days ago
Not having to write to disk is great, and zero-copy in memory access is instant...
link
arccy
397 days ago
the blog post comparison is against OTLP which is protobuf
link