[
https://issues.apache.org/jira/browse/KYLIN-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wangrupeng updated KYLIN-4067:
------------------------------
Attachment: duplicated_cube_name_request.png
> 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-alpha, v2.6.3
> Reporter: zhao jintao
> Assignee: zhao jintao
> Priority: Minor
> Fix For: v3.0.0-beta
>
> Attachments: duplicated_cube_name_request.png
>
> 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
(v8.3.2#803003)