[jira] [Created] (FLINK-9418) Migrate SharedBuffer to use MapState

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-9418) Migrate SharedBuffer to use MapState

Shang Yuanchun (Jira)
Dawid Wysakowicz created FLINK-9418:
---------------------------------------

             Summary: Migrate SharedBuffer to use MapState
                 Key: FLINK-9418
                 URL: https://issues.apache.org/jira/browse/FLINK-9418
             Project: Flink
          Issue Type: Improvement
          Components: CEP
            Reporter: Dawid Wysakowicz
            Assignee: Dawid Wysakowicz
             Fix For: 1.6.0


Right now {{SharedBuffer}} is implemented with java Collections and the whole buffer is deserialized on each access. We should migrate it to MapState, so that only the necessary parts (e.g. tail entries) are deserialized.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)