dmvk commented on PR #24079: URL: https://github.com/apache/flink/pull/24079#issuecomment-1892871387
I'm actually starting to doubt whether the feature is even worth it for partitioned state. The compressed representation might actually end up being bigger than uncompressed one. To make it worth something, we should probably evolve partitioned state to use spare index (still, it's a separate effort). In terms of broadcast state, this makes a perfect sense, because there we just treat everything as a single block for compression. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org