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

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

zhao jintao created KYLIN-4067:
----------------------------------

             Summary: 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: v2.6.2
            Reporter: zhao jintao
            Assignee: zhao jintao
             Fix For: Future


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.3#76005)