Example of raw vs managed state
问题 I am trying to understand the difference between raw and managed state. From the docs: Keyed State and Operator State exist in two forms: managed and raw. Managed State is represented in data structures controlled by the Flink runtime, such as internal hash tables, or RocksDB. Examples are “ValueState”, “ListState”, etc. Flink’s runtime encodes the states and writes them into the checkpoints. Raw State is state that operators keep in their own data structures. When checkpointed, they only