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

Hao Chen resolved KYLIN-1434.
-----------------------------
    Resolution: Resolved


The response should be speeded up by about 3 times with the changes in 
KYLIN-1504, KYLIN-1505, KYLIN-1506:

Original: 
{code}
Response time: 6+ = 2.5: {scan jobs keys  + keys resorting time + scan job 
values} + 2.5:{scan outputs keys + keys resorting time + scan outputs values}  
+ 1: {duplicated filtering times}
{code}

Now:
{code}
Response time: 2+ = 1: {scan job time} + 1:{scan outputs time}
{code}

So treat this ticket as resolved.


> Kylin Job Monitor API: /kylin/api/jobs is too slow in large kylin deployment
> ----------------------------------------------------------------------------
>
>                 Key: KYLIN-1434
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1434
>             Project: Kylin
>          Issue Type: Bug
>    Affects Versions: v1.4.0
>            Reporter: Hao Chen
>            Assignee: Hao Chen
>
> The API request for Job Monitor page like: 
> {code}/kylin/api/jobs?limit=15&offset=15{code} takes more than 11 seconds for 
> fetching only 15 row records (25.1 KB), which is too slow.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to