doris 查询慢 #12430
Unanswered
xiaoL1211
asked this question in
A - General / Q&A
doris 查询慢
#12430
Replies: 1 comment 1 reply
-
|
能否发下完整的profile文件? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
sql:

SELECT version,BITMAP_UNION_COUNT(count) as total FROM
version_day_uvWHERE (os_type = "windows") and ((day_time >= "2022-08-30 00:00:00 +0800 CST") and (day_time <= "2022-09-08 00:00:00 +0800 CST")) and org_id > 20000 GROUP BY version;当查询带org_id命中uv6,查询时间大概3-4秒
不带org_id命中uv5。查询1ms左右
org_id大概有5W个值

Beta Was this translation helpful? Give feedback.
All reactions