ch-go
ch-go copied to clipboard
feat(compress): add lz4hc support
Summary
Add compression method LZ4HC to native writes. Decompression shouldn't be affected.
- This patch changes
compress.Method
actual values, as I assume clients dont depend on that. - Feel free to reorder
ch.Compression
and move LZ4HC next to LZ4, based on assumption similar to the above, and rerungo generate
.
Checklist
Delete items not relevant to your PR:
- [x] Unit and integration tests covering the common scenarios were added
- [ ] A human-readable description of the changes was provided to include in CHANGELOG
- [ ] For significant changes, documentation in https://github.com/ClickHouse/clickhouse-docs was updated with further explanations or tutorials