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

Arrow does actually use flatbuffers for metadata storage.
is that at the cost of the ability to do schema evolution?