[
https://issues.apache.org/jira/browse/BEAM-12378?focusedWorklogId=600938&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-600938
]
ASF GitHub Bot logged work on BEAM-12378:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/May/21 15:56
Start Date: 23/May/21 15:56
Worklog Time Spent: 10m
Work Description: reuvenlax commented on pull request #14852:
URL: https://github.com/apache/beam/pull/14852#issuecomment-846585042
@anantdamle the time complexity of reading and iterating a bag is simply the
size of the bag. However if you do that on every element as the bag grows the
cost will be 1 + 2 + 3 + ... + n = O(n^2)
I'm not sure I understand your use case.- are you trying to unroll the loop
into the record? This might be better discussed on user@ or dev@
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 600938)
Time Spent: 1h 10m (was: 1h)
> GroupIntoBatches should support byte-size batches
> -------------------------------------------------
>
> Key: BEAM-12378
> URL: https://issues.apache.org/jira/browse/BEAM-12378
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Reporter: Reuven Lax
> Priority: P2
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)