Error querying database Cause javasqlBatchUpdateException LZ4 is not supported Please disable compressioncompress=0 modify the algorithmeg compress_algorithm=gzip or add the missing libraries to the
This error message indicates that there is an issue with the compression algorithm being used in the query. The LZ4 compression algorithm is not supported, and you need to disable compression or modify the algorithm used. Alternatively, you can add the missing libraries to the classpath.
To fix this issue, you can 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. You will need to identify which libraries are missing and add them to the classpath.
Once you have made the necessary changes, you should be able to query the database without encountering this error
原文地址: https://www.cveoy.top/t/topic/firU 著作权归作者所有。请勿转载和采集!