Y
Hacker News
new
|
ask
|
show
|
jobs
by
meehai
204 days ago
Can you append new columns to a file stored on disk without reading it all in mempey? Somehoe this is beyond parquet capabilities.
1 comments
robert3005
204 days ago
The default writer will decompress the values, however, right now you can implement your own write strategy that will avoid doing it. We plan on adding that as an option since it’s quite common.
link