[
https://issues.apache.org/jira/browse/APEXMALHAR-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15706354#comment-15706354
]
bright chen edited comment on APEXMALHAR-2339 at 11/29/16 8:01 PM:
-------------------------------------------------------------------
KeyedWindowedOperatorImpl.fireNormalTrigger(Window, boolean) currently go
through each window and key to check value. The data collection could be very
huge as the discard period could be relative long time. If fireOnlyUpdatedPanes
is false probably there don't have much space to improve. But if
fireOnlyUpdatedPanes is true, we don't have to go through the whole data
collection. We only need to go through the window and key which handle after
last trigger.
See https://issues.apache.org/jira/browse/APEXMALHAR-2359
was (Author: brightchen):
KeyedWindowedOperatorImpl.fireNormalTrigger(Window, boolean) currently go
through each window and key to check value. The data collection could be very
huge as the discard period could be relative long time. If fireOnlyUpdatedPanes
is false probably there don't have much space to improve. But if
fireOnlyUpdatedPanes is true, we don't have to go through the whole data
collection. We only need to go through the window and key which handle after
last trigger.
> Windowed Operator benchmarking
> ------------------------------
>
> Key: APEXMALHAR-2339
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2339
> Project: Apache Apex Malhar
> Issue Type: Task
> Reporter: bright chen
> Assignee: bright chen
> Attachments: Screen Shot 2016-11-21 at 10.34.38 AM.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)