[ 
https://issues.apache.org/jira/browse/FLINK-7193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17336725#comment-17336725
 ] 

Flink Jira Bot commented on FLINK-7193:
---------------------------------------

This issue was labeled "stale-major" 7 ago and has not received any updates so 
it is being deprioritized. If this ticket is actually Major, please raise the 
priority and ask a committer to assign you the issue or revive the public 
discussion.


> Update all OVER window ProcessFunction implementations to use SortedQueueState
> ------------------------------------------------------------------------------
>
>                 Key: FLINK-7193
>                 URL: https://issues.apache.org/jira/browse/FLINK-7193
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / API
>    Affects Versions: 1.3.1, 1.4.0
>            Reporter: Fabian Hueske
>            Priority: Major
>              Labels: stale-major
>
> Most OVER windows are implemented as {{ProcessFunction}} with {{MapState}} 
> which is keyed on a timestamp. The algorithms are implemented in a way that 
> they can leverage a sorted traversal over the timestamp keys but fall back to 
> sorting if the traversed keys are not sorted.
> The {{RocksDBStateBackend}} provides sorted iterators.
> FLINK-6219 proposes a {{SortedQueueState}} that guarantees that values can be 
> read from a sorted list. Once FLINK-6219 is resolved an a 
> {{SortedQueueState}} is available, the OVER window implementations should be 
> updated to use the new state type instead of {{MapState}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to