Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
ainoe
5
•
asked Oct 14, 2024
Doris-Manager PG 初始化异常
Enterprise Manager 24.0.5 配置用 PG 不会生效 Enterprise Manager 24.0.3 用 pg 会少建两张表 {code...}
manager
0
votes
1
answers
65
views
Erlend
1
•
asked Oct 14, 2024
2.03版本,主键模型点查和关联查询都与实际数据不一致
问题1:(已知表中存在problem_name='xxx'的记录) -- 不能查出数 select * from test.table_a where problem_name='xxx'; -- 可以正常查询 select * from test.table_a where trim(problem_name)='xxx'; 问题2: -- 以下查询每次执行结果都不一致 select problem_name,count(1)...
2.0
0
votes
1
answers
33
views
calvin2020
3
•
asked Oct 14, 2024
Doris查询慢
各位好: 请教个问题,我的doris版本是1.2.3,doris-be日志有时候会有如下报错信息,导致doris查询很慢,甚至查不出来结果,192.168.137.127是我doris-fe的IP W1012 13:57:11.706069 26628 fragment_mgr.cpp:402] report error status: [RUNTIME_ERROR] to coordinator: TNetworkAddress(hostname=192.168.137.1...
1.2
0
votes
1
answers
61
views
____
7
•
asked Oct 14, 2024
doris版本2.1.2,如何查看当前执行的sql语句在哪几台BE节点上运行
如题,怎么看sql语句在哪几个BE节点上运行
2.1
0
votes
1
answers
41
views
Power
33
•
asked Oct 14, 2024
升级Doris Manager到24.1.0后,监控页面没有数据
manager
0
votes
1
answers
128
views
zh0122
29
•
asked Oct 14, 2024
2.1.6 报错 [INTERNAL_ERROR]Current queue of idx 0 have beed canceled
执行一段 insert into select 时报以下错误 {code...}
2.1
0
votes
1
answers
44
views
zh0122
29
•
asked Oct 14, 2024
2.1.6 BE core
{code...}
2.1
0
votes
1
answers
58
views
binyan
3
•
asked Oct 14, 2024
原2.0.版本升级2.1.6后UNION ALL 查询常量字段作为条件查询结果返回为空
with base as ( select concat(pj_no, unit) as project_unit, WCL, radio, 'TR' as file_type from TR where type = 'day' UNION ALL select concat(pj_no, unit) as project_unit, WCL, radio, 'TP' as file_type from TP where ty...
2.1
0
votes
1
answers
57
views
nokichen
29
•
asked Oct 14, 2024
WebUI 查询 Profile 为空
如图所示,集群版本为v2.1.6,且已经打开审计日志 并且 set global enable_profile = true
doris-webui
0
votes
1
answers
42
views
Erlend
1
•
asked Oct 14, 2024
2.03版本,倒排索引中的分词如何自定义分割符号
如题,例如下面数据只想通过空格进行分词: "aa_bb cc-dd 2(4) $5+1 aa_cc_bb-dd"
2.0
0
votes
1
answers
27
views
Prev
Prev
157
158
159
(current)
160
161
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
stream load 的返回值字段解释,Doris2.1.8版本,receiveDataTimeMs是什么意思
2 answers
insert into 后,查询有时候查不到数据
表副本问题,突然有一个表访问报错
1 answers
查询一张Aggregate模型的表,每次执行的结果都不一致
1 answers
基表是日期分区,如何创建月分区增量物化视图