Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
lixiangdong
1
•
asked Sep 25, 2025
Doris实现动态行转列
例如以下,如果1000个科目呢?或者动态科目呢? 有没有实现类型SqlServer的PIVOT 方法?
2.0
0
votes
1
answers
57
views
东方红
17
•
asked Sep 24, 2025
修改列的默认值报错 Can not change default value,是不支持嘛?
修改列 默认值报错: ALTER TABLE ods.swap_info MODIFY COLUMN dur int DEFAULT '30' SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = Can not change default value 试过DUPLICATE KEY模型、UNIQUE KEY模型,都报错。
2.1
0
votes
1
answers
62
views
XQG
15
•
asked Sep 24, 2025
fail to offer request to the work pool
Doris 版本 2.1.8 fe.log 中报错日志(是BE节点: fail to offer request to the work pool) {code...}
2.1
0
votes
1
answers
37
views
____
5
•
asked Sep 24, 2025
doris sql查询慢,倒排索引查询NULL值问题
1、sql查查询时间在30s+ SELECT count(1) as 'doc_count', MILLISECOND_TIMESTAMP(@timestamp) DIV 1800000 * 1800000 as 'key' FROM table WHERE ((((error_message is not null AND error_message MATCH_PHRASE 'checkTokenFromOldCache')...
2.1
query
0
votes
1
answers
71
views
技术小白
27
•
asked Sep 24, 2025
truncate语句无法执行
大家好,这个问题困扰我好久了,我的Doris是3.0版本,1BE+1FE的,功能都正常,但是有个问题,每隔一段时间,大约20天左右,就会出现truncate 语句执行不过去的情况。 我通过以下途径,结果还是不行 1、通过processlist 可以看到进程一直是Query状态。 2、kill CONNECTION proID,手动将命令杀掉 3、再重新执行truncate。 看日志,一直都在报超时,我找不到有用的信息 感觉就像是Oracle上,表被锁了差不多的情况,但是Dor...
3.0
0
votes
1
answers
123
views
LingFeng
3
•
asked Sep 23, 2025
漏洞扫描 Google protobuf 安全漏洞(CVE-2021-22570)+Oracle MySQL Server 安全漏洞(CVE-2017-3599)
请问这2个漏洞有没有修复呢 ? 着急! 现在是2.1.9版本
2.1
0
votes
1
answers
50
views
yugunsung
117
•
asked Sep 23, 2025
ldap登录后执行show grants命令报错用户不存在
版本:3.0.8 通过ldap登录成功后,执行show databases、use database、show tables命令都正常,执行show grants命令报错用户不存在
3.0
0
votes
1
answers
31
views
yhw_fc
5
•
asked Sep 23, 2025
studio 工号ldap认证登陆界面空白
背景 1、doris已成功对接ldap域账号,使用命令行可以登陆doris,并且权限正常 2、使用非工号的域账号(xxx_xxxx_api)可以正常登陆doris 3、版本doris 3.0.8;manager:25.1.1 现象: 1、使用工号的域账号(例如:003968)登陆doris时,界面空白且无明显报错 studio日志报错账号不存在 2025-09-23 15:43:15.380 [http-nio-32520-exec-9] ERROR com.selectdb...
selectdb-studio
0
votes
1
answers
23
views
误入深坑
3
•
asked Sep 23, 2025
doris2.0.3 mow表数据莫名奇妙的减少了
问题 昨晚数据量139399,今早数据量122520,有定时任务每个15分钟使用insert into插入少量的数据。 用show tablets没有状态异常的副本 表结构 CREATE TABLE external_publish_channel_relation ( content_num varchar(50) NULL COMMENT '内容id', channel_id int(11) NOT NULL DEFAULT "0" COM...
2.0
0
votes
2
answers
33
views
wayne
1
•
asked Sep 22, 2025
Doris 做业务查询时,多个大子查询 使用 UNION ALL 联合后通过时间过滤一天数据还是会内存不足
每个子查询由十几张表组成,每个子查询已通过时间过滤, 使用 UNION ALL 联合 在最外层做排序分页,返回的字段在100个左右,内存剩余150G,查询一个天的数据 也会不足 SQL 示例: SELECT * FROM ( select 1 from XXX LEFT JOIN XXX .... where time > '2025-09-22 00:00:00' and time < '2025-09-22 23:59:59' ...
query
0
votes
1
answers
79
views
Prev
Prev
76
77
78
(current)
79
80
Next
Next
Hot Questions
Doris 4.0.6 查询视图报错 Index 92 out of bounds for length 92,基表正常,重建视图无效
1 answers
selectdb 2.1.9 使用ccr做数据同步到doris 4.0.6 版本报原元数据版本不兼容
2 answers
mysqldump导出库的表结构会报物化视图不支持的问题,怎么解决
1 answers
Doris密码加密策略不合符 PCI DSS 审计要求
1 answers
variant字段支持作为JAVA udf输入输出参数吗?
1 answers
建议支持geo结构存储类型