10 ms·
That is exactly it. The difference comes from compression ratio. ZSTD is compressing the data more, so you need to write less back to disk. Also when talking ab
by marceloaltmann 4y ago
That is exactly it. The difference comes from compression ratio. ZSTD is compressing the data more, so you need to write less back to disk.
Also when talking about streaming, the difference is even more as it has to go over wan to S3 (provider used on blog test).