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

pengfei.zhan edited comment on KYLIN-5757 at 3/30/24 1:21 AM:
--------------------------------------------------------------

h1. Description

The filtering of the query object (`realization`) is an `or` relationship, 
i.e., it is sufficient to satisfy one of them
| |All model|hive|constants|model1|Result to show|
|check all models|Y| | | |records of all models|
|check all models & hive|Y|Y| | |records of all models & hive|
|check all models & constants|Y| |Y| |records of all models & constants|
|check all models & model1|Y| | |Y|records of all models(model1 included)|
|just check model1| | | |Y|records of model1|

Why the front-end can't select and deselect all: The models in the query object 
are queried by the interface 
`kylin/api/query/query_history_models?project=test&page_size=100 `, and only 
100 of them are shown here, i.e., the displayed models may not be complete.


was (Author: JIRAUSER294653):
h1. Description

The filtering of the query object (`realization`) is an `or` relationship, 
i.e., it is sufficient to satisfy one of them
| |All model|hive|constants|model1|Result to show|
|check all models|Y| | | |records of all models|
|check all models & hive|Y|Y| | |records of all models & hive|
|check all models & constants|Y| |Y| |records of all models & constants|
|check all models & model1|Y| | |Y|records of all models(model1 included)|
|just check model1| | | |Y|records of model1|

*{*}The reason why the front-end can't select and deselect all:{*}* The models 
in the query object are queried by the interface 
`kylin/api/query/query_history_models?project=test&page_size=100 `, and only 
100 of them are shown here, i.e., the *{*}displayed models may not be 
complete{*}*.

> No way to deselect query objects after selecting all of them on this page
> -------------------------------------------------------------------------
>
>                 Key: KYLIN-5757
>                 URL: https://issues.apache.org/jira/browse/KYLIN-5757
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Others
>    Affects Versions: 5.0-beta
>            Reporter: pengfei.zhan
>            Assignee: pengfei.zhan
>            Priority: Major
>             Fix For: 5.0-beta
>
>
> The API of listing models very slow at sometime, improve it.



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

Reply via email to