You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "hongbin ma (JIRA)" <ji...@apache.org> on 2015/11/16 09:19:10 UTC

[jira] [Commented] (KYLIN-1146) reduce the number of objects put into ehcache

    [ https://issues.apache.org/jira/browse/KYLIN-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15006322#comment-15006322 ] 

hongbin ma commented on KYLIN-1146:
-----------------------------------

the key part is now replaced by sql digest's hashcode, this approach is not perfect but it reduced the object number in key.
for the value part, it's naturally a collection of objects, can't fix it unless we decide to store it as a serialized byte array form, and deserialize it upon every read operation

> reduce the number of  objects put into ehcache
> ----------------------------------------------
>
>                 Key: KYLIN-1146
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1146
>             Project: Kylin
>          Issue Type: Sub-task
>            Reporter: hongbin ma
>            Assignee: hongbin ma
>
> echcache will give warning if the K/V has lots of objects, maybe we should compact the K/V into just 2 objects before putting in



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)