Hussain Towaileb created ASTERIXDB-2856:
-------------------------------------------
Summary: Workload distribution logic is suboptimal
Key: ASTERIXDB-2856
URL: https://issues.apache.org/jira/browse/ASTERIXDB-2856
Project: Apache AsterixDB
Issue Type: Bug
Components: EXT - External data
Affects Versions: 0.9.5
Reporter: Hussain Towaileb
Assignee: Hussain Towaileb
Fix For: 0.9.6
Currently, after the external data files are fetched, the workload distribution
of these files happen by looping through all the partitions and finding the
smallest workload partition and assigning the workload to it. This is
suboptimal performance, and can be improved by the use of a min priority queue.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)