Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
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
60
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
93
views
lipu506
3
•
asked Sep 18, 2024
CAST(2.2222 AS DECIMAL(26, 2)) != 2.22 运算结果与MySQL不一致
{code...}
2.0
0
votes
1
answers
65
views
今晚打老虎
13
•
asked Sep 18, 2024
如何查看doris有哪些任务导致服务卡住,并杀死该任务
在使用doris的过程中,发现be日志一直刷:导致后续所有的sql都没法执行。 {code...} 请问是doris自己会用root执行这些任务吗?
2.1
0
votes
1
answers
307
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
195
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
84
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
102
views
lilili
3
•
asked Sep 18, 2024
创建 Catalog mysql 异步物化视图
创建doris表 join Catalog mysql表的物化视图时报这个问题需要修改doris的参数,还是mysql的,修改那些参数
mtmv
2.1
0
votes
1
answers
131
views
weiyf
7
•
asked Sep 18, 2024
求助大佬,doris2.1.4 detail模型在带有日分区的like条件下count很慢,要好几秒,怎么解决?
建表语句如下,数据按日分区。 {code...} 其中url字段是string类型,有建了ngram索引,这个p20240909分区里大概有12GB的数据,实际执行起来好几秒,至少5S以上,但是不加count(*)很快,直接 *的话是毫秒级。我按这样去查过一个800MB左右的分区p20240902也要1S多。 分区数据分布情况,未来数据还会逐步增加,整个表总数据7000多万,按理也不是非常大,我这个是一个网站访问的日志记录。 p20240827 79.179 MB p2024...
2.1
0
votes
4
answers
197
views
soaker
3
•
asked Sep 17, 2024
doris-3.0 aggstate 建表报错
Doris version doris-3.0.1 照文档操作,建表报错。 set enable_agg_state=true; create table aggstate( k1 int null, k2 agg_state<sum(int)> generic, k3 agg_state<group_concat(string)> generic ) aggregate key (k1) distributed BY hash(k1) buckets...
3.0
0
votes
1
answers
71
views
Prev
Prev
295
296
297
(current)
298
299
Next
Next
Hot Questions
be连续崩溃
单表事务堆积,返现最早一条是因为更新版本时,Tablet 没有任何副本成功写入,导致事务积压,达到上限,无法写入数据,怎么解决
1 answers
FE节点内存溢出
1 answers
flink doris connector整库同步oracle多表数据,会使oracle生成大量归档日志吗,如何解决
1 answers
Current database is not set
2 answers
在Doris4.X别名函数兼容问题
1 answers