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

ASF GitHub Bot commented on FLINK-6656:
---------------------------------------

Github user kl0u commented on the issue:

    https://github.com/apache/flink/pull/3961
  
    Hi @dawidwys ! Your understanding is correct in the sense that it does not 
leverage to the fullest the fact of keys being returned in order. The reason is 
that this is valid only in RocksDB state backend. 
    
    But when it comes to insertion to the PriorityQueue, this can come in handy 
as inserting will be fast. In addition, as you said, we only deserialize the 
values we need, when we need them, instead of everything all the time.


> Migrate CEP PriorityQueue to MapState
> -------------------------------------
>
>                 Key: FLINK-6656
>                 URL: https://issues.apache.org/jira/browse/FLINK-6656
>             Project: Flink
>          Issue Type: Bug
>          Components: CEP
>            Reporter: Kostas Kloudas
>            Assignee: Kostas Kloudas
>             Fix For: 1.3.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to