ClickHouse Database Query Error: LZ4 Compression Not Supported
This error message indicates an issue with the compression algorithm used in the query. The LZ4 compression algorithm isn't supported, requiring you to either disable compression or modify the algorithm used. Alternatively, you can add the missing libraries to the classpath.
To fix this issue, try one of the following solutions:
- Disable compression by setting the 'compress=0' parameter in your query.
- Modify the compression algorithm by setting the 'compress_algorithm=gzip' parameter in your query.
- Add the missing libraries to the classpath. Identify which libraries are missing and add them to the classpath.
After making these changes, you should be able to query the database without encountering this error.
原文地址: https://www.cveoy.top/t/topic/n96Z 著作权归作者所有。请勿转载和采集!