Compression
- Last UpdatedSep 25, 2025
- 1 minute read
To more efficiently utilize network bandwidth, the Edge Data Store () Sequential Data Store () supports compression for reading data and writing data through the .
Supported compression schemes
The supports the following compression schemes:
-
gzip
-
deflate
Request compression (write data)
Specify the compression scheme in the Content-Encoding header of compressed-content requests. This header provides context to the to properly decode the request content.
Response compression (read data)
Request compressed responses from the by specifying one of the supported compression schemes using the Accept-Encoding header. Compressed responses from the include a Content-Encoding header indicating the compression scheme used to compress the response content.
Note: Specifying a compression scheme with the Accept-Encoding header does not guarantee a compressed response. Always refer to presence and value of the Content-Encoding header of the response to properly decode the response content.