kumar vishal created CARBONDATA-197:
---------------------------------------
Summary: Use queue instead of list for storing block execution infos
Key: CARBONDATA-197
URL:
https://issues.apache.org/jira/browse/CARBONDATA-197 Project: CarbonData
Issue Type: Bug
Reporter: kumar vishal
Assignee: kumar vishal
Problem: we are maintaining block execution infos for each block in a list and in detail query executor we are removing it for execution. If number of infos in list is more than removal will be time taking operation as we are removing from to top index and it will sink every time.
Solution:Queue will be proper data structure for this scenario
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)