Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
Description
Introduce block compressor/decompressor API to support future compression of the spilled data in batch table runtime. The compressor/decompressor works on block one at a time. A block is a piece of continuous data stored either in `byte[]` or `ByteBuffer`. We will first support lz4 compression algorithm.
Attachments
Issue Links
- is a child of
-
FLINK-11490 Add an initial Blink SQL batch runtime
- Closed
- links to