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 subversion and git services (Jira)" <ji...@apache.org> on 2023/05/06 07:00:00 UTC

[jira] [Commented] (KYLIN-5533) The model list page loads slowly when selecting 100 items per page

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

ASF subversion and git services commented on KYLIN-5533:
--------------------------------------------------------

Commit 2e29f00053bdb99673bf9e103412fc1020099cd7 in kylin's branch refs/heads/kylin5 from lixiang
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=2e29f00053 ]

KYLIN-5533 add model list lite api


> The model list page loads slowly when selecting 100 items per page
> ------------------------------------------------------------------
>
>                 Key: KYLIN-5533
>                 URL: https://issues.apache.org/jira/browse/KYLIN-5533
>             Project: Kylin
>          Issue Type: Bug
>    Affects Versions: 5.0-alpha
>            Reporter: Yaguang Jia
>            Assignee: Yaguang Jia
>            Priority: Major
>             Fix For: 5.0-beta
>
>
> Backend Dev design:
> Based on the original API kylin/api/model, a new parameter lite is added to do branch control, while true returns lightweight data, which defaults to false and does not change the original behavior.
> Expected response, deleted segments,selected_columns,simplified_dimensions,all_named_columns,simplified_tables,all_measures,simplified_measures field
> The new Boolean value empty _ model indicates whether there are no other dimensions and metrics except the count_all metric. Determine success as true, default false,partition_column_in_dims indicates whether the time partition column is in the dimension, judge success as true, and default false.
>  
> 在原有接口kylin/api/model基础上新增参数lite做分支控制,true则返回轻量级数据,默认false,不改变原有行为。
> 预期response,删除了segments,selected_columns,simplified_dimensions,all_named_columns,simplified_tables,all_measures,simplified_measures 字段
> 新增boolean值{{{}empty_model{}}}表示是否除了count_all度量外没有其他的维度和度量 ,判断成功为true,默认false,{{{}partition_column_in_dims{}}} 表示时间分区列是否在维度中,判断成功为true,默认false。



--
This message was sent by Atlassian Jira
(v8.20.10#820010)