You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Xingjun Hao (Jira)" <ji...@apache.org> on 2020/02/07 10:10:00 UTC

[jira] [Created] (CARBONDATA-3682) Support compress offheap data directly in the columnpage if the dataype is primitive

Xingjun Hao created CARBONDATA-3682:
---------------------------------------

             Summary: Support compress offheap data directly in the columnpage if the dataype is primitive
                 Key: CARBONDATA-3682
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3682
             Project: CarbonData
          Issue Type: Sub-task
            Reporter: Xingjun Hao


If the datatype is primitve, like BOOLEAN/BYTE/SHORT/SHORT_INT/INT/LONG/FLOAT/DOUBLE/Decimal, the columnpage should be compressed based on the direct bytebuffer on the offheap directly, To avoid a copy from offheap to heap to reduce the GC overhead



--
This message was sent by Atlassian Jira
(v8.3.4#803005)