Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
liaole
7
•
asked Jul 23, 2024
doris的2.0.4,mysql的catalog的随机查询太慢,在mysql很快
select * from mysql_catalog.mysqldb.mysqltable where id >= (( select max(id) from mysql_catalog.mysqldb.mysqltable)-( select min(id) from mysql_catalog.mysqldb.mysqltable))* rand() + ( select min(id) from mysql_catalog.mysqldb.mysqltable...
2.0
0
votes
1
answers
78
views
Suxuan
1
•
asked Jul 23, 2024
2.1.3升级到2.1.4后BE的CPU负载相较之前成倍增长
图中上升的时间点为我操作升级的时间点,升级后BE负载就这个样子了,其实FE也有上涨不过没有BE明显。 这张是任意找的BE节点上be.WARINING的日志。 以下是FE节点的be.warn.log {code...}
2.1
0
votes
2
answers
196
views
____
27
•
asked Jul 23, 2024
【已解决】关于doris 2.0.x版本配置基于fe be 内存配比的最佳实践
大家好,最近看了社区的一些常见问题,很多是关于doris 配置 fe be 的内存配比导致的oom或者无法启动的一系列问题,一直是社区在讨论的话题,社区可否分享一下配置的最佳实践呢? 3fe 3be节点规划 预估数据量 30G,QPS 峰值 5-10 fe 每节点 4c 16G fe.cnf配置 参数名 配置值 jvm Xmx 8G be 每节点 4c 32G be.cnf配置 参数名 配置值 jvm Xmx 1G exec_mem_limit 2G
install
2.0
0
votes
1
answers
418
views
yugunsung
117
•
asked Jul 22, 2024
【已解决】bitmap_union类型的字段查询很慢怎么排查?
版本:2.0.12 agg模型的表,其中key为pt、code,value为code_bm {code...}
2.0
0
votes
1
answers
94
views
peace
9
•
asked Jul 22, 2024
be 2.1.4 oom时内存使用没到mem_limit阈值
怎么排查解决,core文件也没有,机器没有重启
2.1
0
votes
2
answers
95
views
liaole
7
•
asked Jul 22, 2024
doris的mysql的catalog不识别_rowid
SELECT * FROM xxx WHERE _rowid > ( SELECT max(_rowid) FROM xxx ) - 1000; 这个语句在mysql库执行成功,但是在doris用catalog方式调用mysql库查询报错 SQL 错误 [1054] [42S22]: errCode = 2, detailMessage = Unknown column '_rowid' in 'table list'
2.0
0
votes
2
answers
101
views
kidder
13
•
asked Jul 22, 2024
doris2.0.5 Stream Load 导入数据偶发性的很慢,怎么排查
日志如下,prepare 与 commit 状态之间相隔15分钟,请问如何排查?是doris入库慢还是应用程序写入慢? 08:15:23,194 INFO (thrift-server-pool-526|1281496) [DatabaseTransactionMgr.beginTransaction():361] begin transaction: txn id 4486301 with label 3b8b643e-7bdb-4055-80be-d28ee9abb310...
2.0
0
votes
2
answers
138
views
yugunsung
117
•
asked Jul 22, 2024
group by字段作为分桶列是否可以加速查询
假如有如下建表语句 {code...}
2.0
0
votes
1
answers
60
views
陶芃宇
7
•
asked Jul 22, 2024
冷热分层-hdfs source 降冷失败
版本:2.1.4 resource信息: 相关be.WARNING日志: W20240722 14:53:26.604739 172536 file_system.cpp:35] NOT_FOUND, No such file or directory), reason: RemoteException: File does not exist: /data/44230502/44230505.0.meta at org.apache.hadoop.hdfs.server.n...
2.1
0
votes
2
answers
147
views
hamming
5
•
asked Jul 22, 2024
2.1.4 版本 UDAF 慢执行不出来
我开发的一个UDAF 在窗口中使用 只是传参数 没做任何逻辑 一直执行不出来 {code...} 接近300万的数据量 lag 函数30秒可以出结果 调用自己开发的函数 一直不出结果 缩小数据量可以执行出来 但是时间也是很长. 52w的数据要210秒才能执行出来
2.1
0
votes
4
answers
195
views
Prev
Prev
343
344
345
(current)
346
347
Next
Next
Hot Questions
存算分离cloud模式下的灾备问题
2 answers
3.1.4 使用ccr 同步数据到4.0.6报错
1 answers
DBA岗位招聘
be连续崩溃
1 answers
单表事务堆积,返现最早一条是因为更新版本时,Tablet 没有任何副本成功写入,导致事务积压,达到上限,无法写入数据,怎么解决
1 answers
FE节点内存溢出
1 answers