←back to thread

245 points gatesn | 1 comments | | HN request time: 0.202s | source
Show context
Havoc ◴[] No.41840621[source]
Can one edit it in place?

That’s the main thing currently irritating me about parquet

replies(2): >>41841001 #>>41845342 #
1. runeblaze ◴[] No.41845342[source]
Did not read too deep into the original post, but if you use arrow you can (not sure if one ever should) do random lookups into the storage buffer and wipe out bytes + put tombstones, at least if the column is encoded "naively".

Of course if your arrow file is in some object store how you delete random bytes over that is unclear.