Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
houshitao
1
•
asked Apr 10
doris 支持回写paimon
哪个版本doris可以doris 支持回写paimon?有没有具体的排期
catalog
0
votes
1
answers
36
views
____
1
•
asked Apr 10
Cannot invoke "org.apache.doris.catalog.Partition.getState()" because "partition" is null
在执行 insert overwrite table xxx partition(*) 时会偶尔偶到 报错 doris为3.0.3,存算分离k8s部署的,sql倒是有点复杂,读的视图有union with等 insert overwrite table DWS.xxx (列表) with xxx,xxx2 select {code...}
decoupled
3.0
0
votes
1
answers
25
views
zzmm
1
•
asked Apr 10
通过datax写入数据的时候有时候会失败报错
2.1
0
votes
2
answers
59
views
seawenc
3
•
asked Apr 10
mysql数据导入doris执行失败
doris版本:2.1.7 doris资源大小:fe 4c/8G,be:8C/32G 执行sql {code...} be与be状态都正常: 请问一下可能会是什么原因,是需要设置什么参数么?
2.1
0
votes
1
answers
38
views
____
3
•
asked Apr 10
spark-doris-connector 25.0.1 format= csv时 String类型数据空值 写入doris 转换错误
spark-doris-connector 25.0.1 spark 3.5.5 doris 2.1.8 配置 "sink.properties.format" = "csv", "sink.properties.column_separator" = "\x01" format 为csv, String类型为空时,写入到DORIS 为字符串 "null".
2.1
0
votes
2
answers
32
views
qin.liu
1
•
asked Apr 10
workload group无法生效
版本:3.0.4 根据文档设置了workload group,并绑定用户,做复杂查询,看manager监控,在设置了group cpu_hard_limit='10%'硬限制的情况下,cpu还是比较高,看看各位大佬有遇见类似问题不 具体详情: 用户设置: goup设置: name:test_workload_group memory_limit:20% cpu_hard_limit:10% fe硬限制开关已开: experimental_enable_cpu_...
3.0
0
votes
1
answers
33
views
CCCKKK
3
•
asked Apr 9
查询外部数据源因内存限制取消,是否有落盘策略,除增加物理内存外有没有其它方法解决
【Doris 使用环境】生产环境 【Doris 版本】3.0.4 【问题描述】 doris内目标表为unique数据模型 外部数据源为PG库 使用jdbcCatalog连接 执行sql模板: insert into doris目标表 SELECT xxx from 外表数据源.外部表A join ... 外部数据源查询结果集会上亿或十亿 【机器配置】包括:5台虚拟机,32c 10tssd。混布5台fe,机器内存均为64G
memory
3.0
0
votes
1
answers
58
views
odos
3
•
asked Apr 9
doris2.1.7 执行报错
Caused by: java.sql.SQLException: errCode = 2, detailMessage = (10.1.106.156)[CANCELLED]sync filter size meet error, filter: RuntimeFilter: (id = 11, type = bloomfilter, need_local_merge: true, is_broadcast: false, build_bf_cardinality: tru...
2.1
0
votes
1
answers
69
views
Neal_Zzzz
17
•
asked Apr 8
【倒排索引bug】参数stopwords不起作用
创建表时指定索引: INDEX idx_msg_text (msg_text) USING INVERTED PROPERTIES("parser" = "chinese", "lower_case" = "true", "support_phrase" = "true", "ignore_above" = "10240", "parser_...
2.1
demand
0
votes
1
answers
51
views
l3305011990
1
•
asked Apr 8
power bi Rs 版本连接doris数据库报错
2.1
0
votes
2
answers
28
views
Prev
Prev
60
61
62
(current)
63
64
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
审计日志sql_digest值异常,什么原因?
doris manager发送邮件失败
1 answers
批量删除分区(删除一个范围内的分区)
1 answers
使用 JOB 定时执行 INSERT INTO SELECT 报错 Execute timeout
禁止在唯一表上使用时间序列压缩策略原因