Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
eli_
1
•
asked Jul 23, 2024
数组创建倒排索引后,查询速度依旧很慢
使用doris 2.1.4 版本: 建表语句: create table test_table ( c1 date not null comment '', c2 int not null comment '', c3 varchar(1024) NOT NULL comment '', c4 array<varchar(15)> comment '', c5 string comment '...
2.1
0
votes
2
answers
151
views
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
71
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
187
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
373
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
89
views
peace
9
•
asked Jul 22, 2024
be 2.1.4 oom时内存使用没到mem_limit阈值
怎么排查解决,core文件也没有,机器没有重启
2.1
0
votes
2
answers
76
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
91
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
122
views
yugunsung
117
•
asked Jul 22, 2024
group by字段作为分桶列是否可以加速查询
假如有如下建表语句 {code...}
2.0
0
votes
1
answers
50
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
136
views
Prev
Prev
326
327
328
(current)
329
330
Next
Next
Hot Questions
Doris 2.0.15,3FE、6BE(3BE mix角色 3BE computation角色)3个mix角色的BE节点CPU使用率100%
1 answers
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
1 answers
Doris 4.0.4 物化视图异常问题反馈
升级至4.0.4后物化视图查询失败,报错Insert a plan into targetGroup but differ in logicalproperties
1 answers
Doris 4.x 预热
doris3.0.8运行insert into 任务报错send fragments failed. io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED