|
|
|
|
|
by atomicity
1881 days ago
|
|
If you have a PBs of data that you rarely access, it seems to
make sense to compress it first. I've rarely seen any non-giants with PBs of data properly compressed. For example, small JSON files converted into larger, compressed parquet files will use 10-100x less space.
I am not familiar with images but see no reason why encoding
batches of similar images should make it hard to get similar
or even better compression ratios Also, if you decide to move off later on, your transfer costs will also
be cheaper if you can move it off in a compressed form first. |
|
but it'd be very interested to here about techniques on this because I have a lot of space eaten up by timelapses myself