You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Yaguang Jia (Jira)" <ji...@apache.org> on 2023/04/26 06:26:00 UTC

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

Yaguang Jia created KYLIN-5533:
----------------------------------

             Summary: 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
            Reporter: Yaguang Jia


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)