Loop invariant data should be kept in Flink's managed memory in
serialized form (in a custom hash table). That means that they are not
read back again from the CSV file, but they are kept in serialized
form and need be deserialized again on access.
CC'ing Fabian to double check...
On Mon, Apr 24, 2017 at 4:20 PM, Robert Schwarzenberg
<
[hidden email]> wrote: