|
|
|
|
|
by klauspost
1405 days ago
|
|
It doesn't really have to impact performance. The index is generated easily as a side-effect of compression. And the index is only needed if you need to seek. I implemented this as part of the MinIO server. See "Seeking Compressed Files" here: https://blog.min.io/transparent-data-compression/ We choose a compressor without literal compression for a faster baseline, but the concept remains the same. |
|