Add Note about ZSTD_QAT codec being disabled in ClickHouse Cloud

This commit is contained in:
Francesco Ciocchetti 2024-06-03 09:08:02 +02:00
parent 7196852d08
commit a82cc3da6a
No known key found for this signature in database
GPG Key ID: 9126AD7C7A5E0A47

View File

@ -410,6 +410,10 @@ High compression levels are useful for asymmetric scenarios, like compress once,
- For compression, ZSTD_QAT tries to use an Intel® QAT offloading device ([QuickAssist Technology](https://www.intel.com/content/www/us/en/developer/topic-technology/open/quick-assist-technology/overview.html)). If no such device was found, it will fallback to ZSTD compression in software.
- Decompression is always performed in software.
:::note
ZSTD_QAT is not available in ClickHouse Cloud.
:::
#### DEFLATE_QPL
`DEFLATE_QPL` — [Deflate compression algorithm](https://github.com/intel/qpl) implemented by Intel® Query Processing Library. Some limitations apply: