[
https://issues.apache.org/jira/browse/FLINK-11858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16789549#comment-16789549
]
Timo Walther commented on FLINK-11858:
--------------------------------------
Thank you very much [~ykt836]! Every little piece of information helps in
understanding what is going on under the hood :)
> Introduce block compressor/decompressor for batch table runtime
> ---------------------------------------------------------------
>
> Key: FLINK-11858
> URL: https://issues.apache.org/jira/browse/FLINK-11858
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Operators
> Reporter: Kurt Young
> Assignee: Kurt Young
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)