Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
LossDefault
1
•
asked Sep 3
【2.1.6】异步物化视图临时分区
创建异步物化视图后,立刻进行添加索引操作,有触发 "Can not alter table when there are temp partitions in table" 检查日志后发现,有临时分区创建,并在几十秒到几分钟内才会被清除,请问这个是机制还是BUG? 因为创建了较多倒排索引,想知道索引列占用了多少额外空间,可以查询到吗?
mtmv
2.1
0
votes
1
answers
40
views
biscuit04s
1
•
asked Sep 3
doris 2.1.10 通过catalog插入数据到oracle,为null数据报类型错误
通过insert into数据到oracle jdbc catalog,包含为null数据,返回以下错误 {code...} 使用jdbc版本:ojdbc8-19.3.0.0.jar, ojdbc8-19.23.0.0.jar oracle版本:11.2.0.4.0
2.1
catalog
0
votes
2
answers
18
views
happyday_zhang
9
•
asked Sep 3
doris查询汇总和load消费任务时,总是报错副本不存在?
doris版本为2.1.15, 具体描述:doris集群1个fe节点,4个be节点,stream、offline、online、online02白标签,在stream标签下的机器同时承担routine load作业和实时汇总任务,但是该机器cpu配置为112核,512G,21T SSD,总的cpu使用率不高不到10%。具体报错如下: 2025-09-02 22:14:11,514 WARN (mysql-nio-pool-54136|134138) [StmtExecutor...
2.1
0
votes
1
answers
31
views
Dana
3
•
asked Sep 2
Doris3.0.4如何只给用户加函数的执行权限,不让用户看到函数内容?
自定义udf函数可以实现类似的效果吗?
3.0
cluster
0
votes
1
answers
17
views
zhangxiaolong861
9
•
asked Sep 2
使用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
17
views
bob
1
•
asked Sep 2
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
36
views
select
5
•
asked Sep 2
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
43
views
Fennng
27
•
asked Sep 2
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
66
views
chensheng
11
•
asked Sep 1
TVF直接查询OSS上的数据不支持压缩?
TVF直接查询OSS上的数据不支持压缩?参考设置了'compress_type' = 'GZ'参数但是不管用!2.1.7版本
2.1
0
votes
1
answers
16
views
sevenpence
1
•
asked Sep 1
recycler 没有正确加载 HDFS Storage Vault
{code...} 有没有大佬看一下, 帮忙解决一下
decoupled
3.0
0
votes
1
answers
59
views
Prev
Prev
23
24
25
(current)
26
27
Next
Next
Hot Questions
无法生成image文件
1 answers
[2.1.10] be运行一段时间后重启
1 answers
doris 2.1.7 是否可以在申威的sw_64架构上安装运行?
1 answers
variant
doris-manager 25.11 版本在单节点部署多be时会造成arrow_flight_sql_port端口冲突
2 answers
[Doris2.1.7]开启SSL后,powerbi直连报错:SSL connection error: protocol version mismatch