dmvk commented on PR #24079:
URL: https://github.com/apache/flink/pull/24079#issuecomment-1895414707

   >  it also solves the the compressed representation might actually end up 
being bigger than uncompressed one problem.
   
   Not completely, since we're doing per-value compression for list states, 
(I'm not 100% sure how snappy works, assuming something along the lines of 
huffman coding) you still need to write per-frame metadata, so it could imo 
still be bigger for really small values. It certainly makes things better 
though.


-- 
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

Reply via email to