You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "kumar vishal (JIRA)" <ji...@apache.org> on 2018/04/23 11:56:00 UTC

[jira] [Created] (CARBONDATA-2386) Query on Pre-Aggregate table is slower

kumar vishal created CARBONDATA-2386:
----------------------------------------

             Summary: Query on Pre-Aggregate table is slower
                 Key: CARBONDATA-2386
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2386
             Project: CarbonData
          Issue Type: Bug
            Reporter: kumar vishal
            Assignee: kumar vishal
             Fix For: 1.4.0


*Problem:* Query on pre aggregate table is consuming too much time.
*Root cause:* Time consumption to calculate size of selecting the smallest Pre-Aggregate table is approximately 76 seconds. This is index file is being read when segment file is present to compute the size of Pre-Aggregate table 
*Solution:* Read table status and get the size of data file and index file for valid segments. For older segments were datasize and indexsize is not present calculate the size of store folder



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