Natea Eshetu Beshada created FLINK-39028:
--------------------------------------------
Summary: Use ByteBuffer API to reduce GC pressure in RocksDB state
backend
Key: FLINK-39028
URL: https://issues.apache.org/jira/browse/FLINK-39028
Project: Flink
Issue Type: Improvement
Reporter: Natea Eshetu Beshada
Assignee: Natea Eshetu Beshada
Optimizes RocksDB state backend value serialization by using {{ByteBuffer}} API
instead of {{byte[]}} to avoid {{Arrays.copyOf()}} allocation on state updates.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)