?
>
> From: Stefan Richter
> Reply-To: "user@flink.apache.org <mailto:user@flink.apache.org>"
> Date: Thursday, December 1, 2016 at 2:53 AM
> To: "user@flink.apache.org <mailto:user@flink.apache.org>"
> Subject: Re: Query regarding state backend for Cust
pache.org<mailto:user@flink.apache.org>"
Subject: Re: Query regarding state backend for Custom Map Function
Hi,
using the ValueState and RocksDB to store a map inside the value state means
that you will have a different map for each key, which is automatically swapped
on a per record basis, d
Hi,
using the ValueState and RocksDB to store a map inside the value state means
that you will have a different map for each key, which is automatically swapped
on a per record basis, depending on the record’s key. If you are using a map
and Checkpointed, there is only one map and your code is