You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "nichunen (JIRA)" <ji...@apache.org> on 2019/07/25 08:21:00 UTC

[jira] [Updated] (KYLIN-4067) Speed up response of kylin cube page

     [ https://issues.apache.org/jira/browse/KYLIN-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nichunen updated KYLIN-4067:
----------------------------
    Affects Version/s:     (was: v2.6.2)
                       v3.0.0-beta

> Speed up response of kylin cube page
> ------------------------------------
>
>                 Key: KYLIN-4067
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4067
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Web 
>    Affects Versions: v3.0.0-beta
>            Reporter: zhao jintao
>            Assignee: zhao jintao
>            Priority: Minor
>             Fix For: Future
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Hi Team:
> My Kylin project has more than 100 cubes. It is very slowly when open kylin web page.
> I find that kylin load all information of cubes  when open cube page. It load all information of all cubes at every cube in kylin project. The url of request is "http://ip:port/kylin/api/cubes?limit=65535&offset=0". For example, if one project has 10 cubes, this request will be called by 10 times.  But this information is only be used to determine whether the name is duplicated when adding a new cube. 
> This page loading mechanism can be optimized. Getting all the information of all cube only needs to be called when adding a new cube.
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)