[
https://issues.apache.org/jira/browse/KYLIN-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16895859#comment-16895859
]
ASF subversion and git services commented on KYLIN-4067:
--------------------------------------------------------
Commit 47a744141045bde0455fa0708fda1cfda4ea8177 in kylin's branch
refs/heads/master from zhaojintaozhao
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=47a7441 ]
KYLIN-4067 optimize the kylin cube page loading mechanism. (#728)
* KYLIN-4067 optimize the kylin cube page loading mechanism. Get all
information of cubes only when adding a new cube.
* format js code.
* formatted code style.
* add a new API to check the duplicate cube name
* KYLIN-4067 delete unused code: .cubeService
> 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)