Y
Hacker News
new
|
ask
|
show
|
jobs
by
nosefouratyou
3265 days ago
What's the difference between Apache Parquet and Apache Arrow? They are both columnar formats right?
1 comments
akarve
3265 days ago
Parquet is stationary data on-disk. Arrow is focused on in-memory analytics and serializes out to a variety of formats (including Feather and Parquet).
link