Open pete-petey opened 2 years ago
Research using Arrow value vectors (arrays) as the backing store for chunks and in-memory column sources.
Allows us to exchange data in a flat way between processes without any marshaling (serialization - deserialization).
Devin made the comment about using Arrow for memory-maps. The conversation migrated into sidebars about whether this would be relevant for persistence or only for other use cases -- yada yada.
Research using Arrow value vectors (arrays) as the backing store for chunks and in-memory column sources.
Allows us to exchange data in a flat way between processes without any marshaling (serialization - deserialization).