Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch will improve performance of recompress_chunk() API by identifying only affected segments which needs to be recompressed. All unaffected segments are never decompressed. If affected compressed segments exceeds a certain limit we fallback to legacy way of recompressing, where we decompres all compressed segments and recompress them. Fixes #392
- Loading branch information