[jira] [Created] (CARBONDATA-2405) Implement columnar filling during query result preparation in DictionaryBasedResultCollector

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-2405) Implement columnar filling during query result preparation in DictionaryBasedResultCollector

Akash R Nilugal (Jira)
Manish Gupta created CARBONDATA-2405:
----------------------------------------

             Summary: Implement columnar filling during query result preparation in DictionaryBasedResultCollector
                 Key: CARBONDATA-2405
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2405
             Project: CarbonData
          Issue Type: Sub-task
            Reporter: Manish Gupta
            Assignee: Manish Gupta


When the number of columns in a query are greater than 100 then DictionaryBasedResultCollector  is selected for result preparation. DictionaryBasedResultCollector  fills the result row wise which reduces the query performance.

Same as compaction we need to implement columnar filling of results in DictionaryBasedResultCollector  so as to improve the query performance when the number of columns in a query are greater than 100.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)