Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
zhangxiaolong861
9
•
asked Sep 2, 2025
使用grouping set后,在加上lateral view explode查询慢
在doris2.1.8版本上有个单表查询使用grouping set后,在加上lateral view explode查询慢,经过profile文件的分析,底层表扫描数据18万行,我们发现在grouping sets 之后,数据量变成了840万行,fragment的instance_num都是1了,lateral view explode 的算子也是1,所以处理的数据很慢。试着调整过并行度参数也没有,请问有什么办法能优化吗,将grouping sets之后的frament数据...
2.1
0
votes
1
answers
24
views
bob
1
•
asked Sep 2, 2025
Doris 集成 Ranger 后,部分查询出现errCode = 2, detailMessage = Nereids cost too much time ( 43s > 30s
偶发,集中在某几个用户。权限是确认已经有的。简单的点查 sql 也会出现。部分用户报错频繁。Doris 版本 2.1.9 Ranger 版本 2.4.0
2.1
cluster
0
votes
1
answers
44
views
select
5
•
asked Sep 2, 2025
Doris2.0物化视图使用疑问
Base表: *************************** 1. row *************************** Table: dnsbeat_metric Create Table: CREATE TABLE dnsbeat_metric ( req_starttime datetime(3) NULL, event_id bigint(20) NULL, req_id bigint(20) NULL, node_ip varchar(*) NUL...
mtmv
2.0
0
votes
1
answers
50
views
Fennng
27
•
asked Sep 2, 2025
N-Gram索引的分词粒度是字符级别还是word级别
按文档的说法,N-Gram是“指定 N 个连续字符分词一个词”。 对于举例“This is a simple ngram example”,在N=3的情况,我理解按照字符级别分词,应该分为“Thi”、“his”、“is ”、“s a”、 ……。 但是文档中对于举例的内容是按word粒度进行分词的,在 N = 3 的时候分成 'This is a', 'is a simple', 'a simple ngram', 'si...
3.0
0
votes
1
answers
84
views
chensheng
11
•
asked Sep 1, 2025
TVF直接查询OSS上的数据不支持压缩?
TVF直接查询OSS上的数据不支持压缩?参考设置了'compress_type' = 'GZ'参数但是不管用!2.1.7版本
2.1
0
votes
1
answers
28
views
sevenpence
1
•
asked Sep 1, 2025
recycler 没有正确加载 HDFS Storage Vault
{code...} 有没有大佬看一下, 帮忙解决一下
decoupled
3.0
0
votes
1
answers
69
views
Doris9
9
•
asked Sep 1, 2025
Doris 2.1.8.1 读取历史分区数据报错,导致be crash
file=/data/data5/doris/data/894/174258333/145400512/0200000000676127f0445a1675dccd775d9289377ba39eae_1.dat 是某张表的历史分区的数据,当执行SQL select count(*) from abc PARTITION p20250130 where CONTENT <> ''; 时就会报一下的错误 导致be直接crash。 Doris 2.1....
2.1
0
votes
2
answers
72
views
Mehedy
1
•
asked Sep 1, 2025
Doris connection issue during load testing with mysqlslap
Hello Doris Team, I am facing an issue when performing load testing on Apache Doris using mysqlslap. Here are the details: Doris Version: apache-doris-3.0.7 Environment: 1 FE Node, 2 BE Node. When I run the following command, it works fine:...
resource-admin
3.0
query
performance
install
0
votes
1
answers
34
views
江南
9
•
asked Sep 1, 2025
求助!doris重启be起不来,一直卡在Sleep 1s to wait for storage engine init.
看日志上边就是在正常启动,然后就一直卡在这里。过一会超时了就会自动再重启卡在这里 之前卡在这里十分钟后be就会正常启动,这次会一直卡在这里过不去
2.1
0
votes
1
answers
65
views
tyrantdiablo
13
•
asked Sep 1, 2025
insert into select 外部catalog表 插入数据,报要求字段not null的错误,但字段都是定义允许null
我用insert into select 外部catalog表 插入数据,报错: 失败: errCode = 2, detailMessage = (10.10.0.64)[RUNTIME_ERROR]JdbcExecutorException: jdbc get block address: | CAUSED BY: RuntimeException: the result of 2185 row is null, but the return type is not nu...
ingestion
0
votes
2
answers
54
views
Prev
Prev
86
87
88
(current)
89
90
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结构存储类型