|
|
|
|
|
by yencabulator
122 days ago
|
|
You basically can't do row by row appends to any columnar format stored in a single file. You could kludge around it by allocating arenas inside the file but that's still a huge write amplification, instead of writing a row in a single block you'd have to write a block per column. |
|
I wish there was an industry standard format, schema-compatible with Parquet, that was actually optimized for this use case.