v.19.3New Features
Added Brotli Support for HTTP Interface for Data Import (inserts)
Added brotli support for HTTP interface for data import (INSERTs). #4235 (Mikhail)
Why it matters
This feature allows users to send data compressed with Brotli codec over the HTTP interface when performing INSERT operations, reducing network bandwidth usage and improving data transfer efficiency.How to use it
When performing anINSERT via the HTTP interface, set the Content-Encoding header to brotli to enable Brotli compressed data import.