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

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

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

ASF GitHub Bot commented on KYLIN-4067:
---------------------------------------

zhaojintaozhao commented on pull request #728: KYLIN-4067 optimize the kylin cube page loading mechanism.
URL: https://github.com/apache/kylin/pull/728
 
 
   KYLIN-4067 optimize the kylin cube page loading mechanism. Get all information of cubes only when adding a new cube.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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