tillrohrmann commented on issue #6683: [FLINK-10325] [State TTL] Refactor TtlListState to use only loops, no java stream API for performance URL: https://github.com/apache/flink/pull/6683#issuecomment-421436719 @Clarkkkkk the `TtlListState` is somewhat performance critical and, thus, it makes sense imo to improve it as much as possible. One of the problems was also that we queried the timestamp for each element when updating it. With Andrey's changes this won't happen.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
