Y
Hacker News
new
|
ask
|
show
|
jobs
by
arjunnarayan
1956 days ago
protobufs still get encoded and decoded by each client when loaded into memory. arrow is a little bit more like "flatbuffers, but designed for common data-intensive columnar access patterns"
2 comments
hackcasual
1956 days ago
Arrow does actually use flatbuffers for metadata storage.
link
poorman
1956 days ago
https://github.com/apache/arrow/tree/master/format
link
hawk_
1956 days ago
is that at the cost of the ability to do schema evolution?
link