|
|
|
|
|
by savant_penguin
1920 days ago
|
|
Being able to incrementally load compressed files. Sometimes I have to load large tables, do some processing and save the result. The easiest way to do that has been to load the rows of csv files by blocks (it's really easy to load parts of csv files). But I'd love a way to do the same row wise loading with compressed file formats such as parquet. (Bonus points if that's possible even if I'm not the one who built the original file) |
|
(I'm not sure what they're doing is actually that efficient though...)