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)
Added Brotli compression support for the HTTP interface during data import operations (INSERTs).

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 an INSERT via the HTTP interface, set the Content-Encoding header to brotli to enable Brotli compressed data import.