Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
awol2005ex
9
•
asked Sep 18, 2024
doris 3.0.1 hive catalog ,paimon catalog,kudu catalog kerberos token 七天过期问题
同样的代码,doris 2.1.6 七天后不会自动过期,doris 3.0.1就会自动过期,需要重建catalog才会正常 {code...}
3.0
catalog
0
votes
1
answers
57
views
____
5
•
asked Sep 18, 2024
创建JDBC Catalog连接另一个Doris集群 中的视图查询报错
求助求助!使用JDBC Catalog 连接Doris集群遇到下面问题: Doris2.1.6版本,目标Doris集群2.1.2版本 创建JDBC Catalog连接目标集群,执行select * from table 查询有的表能成功,有的表失败报错信息: {code...}
2.1
0
votes
1
answers
105
views
技术小白
25
•
asked Sep 18, 2024
audit_log表无数据
我新搭建了一套测试环境,版本是3.0,1FE,1BE 今天发现audit_log表一条数都没有, 执行set global enable_audit_plugin = true; 开启后,还是没数,按照官网的提示,发现了这个问题: fe.log 好像是找不到BE?但是我数据库使用起来没有问题。 请问各位大佬,这个是哪里配置有问题? 具体错误信息: content: { "TxnId": 17701, "Label": "audit_lo...
3.0
0
votes
1
answers
57
views
leach
5
•
asked Sep 18, 2024
map_agg函数查询结果集 无法使用left join 关联结果集
当主表五条数据,附表 通过MAP_AGG函数 查询统计结果4条数据,两个结果通过 left join关联,出现 No matching function with signature。 以下为测试SQL create table test_user_account( user_id int(8) comment '用户ID', account_type tinyint(4) comment '账户类型', account_balance dec...
2.0
0
votes
1
answers
42
views
____
7
•
asked Sep 18, 2024
2.0.5 大量 waiting delete Job finish..
fe master fe.log 日志中有大量 waiting delete Job finish, signature: 310771441, timeout: 30000。 集群中有一些直接 delete 的任务,想问下这个是否会影响到 routine load 的正常消费
2.0
0
votes
1
answers
76
views
lipu506
3
•
asked Sep 18, 2024
CAST(2.2222 AS DECIMAL(26, 2)) != 2.22 运算结果与MySQL不一致
{code...}
2.0
0
votes
1
answers
52
views
今晚打老虎
13
•
asked Sep 18, 2024
如何查看doris有哪些任务导致服务卡住,并杀死该任务
在使用doris的过程中,发现be日志一直刷:导致后续所有的sql都没法执行。 {code...} 请问是doris自己会用root执行这些任务吗?
2.1
0
votes
1
answers
158
views
North Lin
35
•
asked Sep 18, 2024
2.1.6版本函数返回值校验问题
从2.0.x升级至2.1.6后,增加了函数返回值校验,导致旧版能运行的查询到新版本后执行不了 mysql原始表DDL: {code...} 目前只发现mysql catalog中left join会出现校验失败的错误,换成inner join或者right join能够正常执行
2.1
0
votes
3
answers
158
views
Mr_Carl
5
•
asked Sep 18, 2024
插入语句的值的类型,与数据库表字段类型不匹配时,没有报错,值全部为0。版本:doris-1.2.7-1
1、Sheet1表的所有字段类型都为int 2、编写插入SQL语句,并运行 INSERT INTO sheet1 (A, B, C, D, E) VALUES ('张三', '李四','王五', '赵六', '王七'); 把值全部写成字符串。 3、结果 没有报错,反而把数据插入成功了 为什么没有报错呢?反而都是用的默认值0,怎么设置,当类型不匹配的时候,可以像MySQL那样,数据插入不进去,有报错...
1.2
0
votes
1
answers
12
views
nokichen
29
•
asked Sep 18, 2024
前缀索引有进一步性能优化的方式吗?
当前MOR Unique单表有150亿数据,使用(A,B,C,D)作为前缀Key 每次查询都会带上where A = 'xxx',当前有些查询在秒级,想继续优化 目前有几种查询优化的想法: 增加pipleine task并发 增加分桶数,避免iowait 增大前缀索引的生成粒度,减少跳跃的次数(默认是以1024行生成一个前缀索引Key的,这个生成粒度是否可以调整) 想请教一下还有其他查询加速的方法吗?
2.1
0
votes
1
answers
66
views
Prev
Prev
174
175
176
(current)
177
178
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
stream load 的返回值字段解释,Doris2.1.8版本,receiveDataTimeMs是什么意思
2 answers
insert into 后,查询有时候查不到数据
表副本问题,突然有一个表访问报错
1 answers
查询一张Aggregate模型的表,每次执行的结果都不一致
1 answers
unique key hash分桶数据倾斜
1 answers