[ https://issues.apache.org/jira/browse/BEAM-8306?focusedWorklogId=330326&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-330326 ]
ASF GitHub Bot logged work on BEAM-8306: ---------------------------------------- Author: ASF GitHub Bot Created on: 18/Oct/19 06:46 Start Date: 18/Oct/19 06:46 Worklog Time Spent: 10m Work Description: timrobertson100 commented on issue #9660: [BEAM-8306] improve estimation datasize elasticsearch io URL: https://github.com/apache/beam/pull/9660#issuecomment-543547692 Urff - sorry we forgot this one @derekunimarket I am heading into a hectic week of funding board meetings/conference from tomorrow, so can't look until the week after next. I've set a reminder to do so, but hope someone can beforehand. ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 330326) Time Spent: 1h (was: 50m) > improve estimation of data byte size reading from source in ElasticsearchIO > --------------------------------------------------------------------------- > > Key: BEAM-8306 > URL: https://issues.apache.org/jira/browse/BEAM-8306 > Project: Beam > Issue Type: Improvement > Components: io-java-elasticsearch > Affects Versions: 2.14.0 > Reporter: Derek He > Assignee: Derek He > Priority: Major > Time Spent: 1h > Remaining Estimate: 0h > > ElasticsearchIO splits BoundedSource based on the Elasticsearch index size. > We expect it can be more accurate to split it base on query result size. > Currently, we have a big Elasticsearch index. But for query result, it only > contains a few documents in the index. ElasticsearchIO splits it into up > to1024 BoundedSources in Google dataflow. It takes long time to finish the > processing the small numbers of Elasticsearch document in Google dataflow. > > -- This message was sent by Atlassian Jira (v8.3.4#803005)