Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
XQG
15
•
asked Jun 9, 2025
bug, 详情看代码, 打扰了, 找到问题了
Doris 版本 版本: 2.1.8 Step1 第一步: 确认表中没有 htxx_id = 'b1b3bdff53a54685b6acaa9215d373a9'相关的数据 {code...} 这种方式, 也是异常的结果, 查询结果不对
2.1
0
votes
1
answers
45
views
leach
5
•
asked Jun 9, 2025
studio 是否可以增加跨库查询时候,输入库名后自动带出表名
在多个复杂SQL情况下,会写跨库SQL,这里输入完库名后,无法弹出库下的表名,很不方便
selectdb-studio
0
votes
1
answers
44
views
sinshaw
5
•
asked Jun 9, 2025
Doris Manager 存算分离模式部署,机器配置要求
在测试环境部署存算分离模式,也需要满足这个最低资源配置吗?
manager
0
votes
1
answers
97
views
zoro
46
•
asked Jun 9, 2025
broadcast 相关参数含义
官网上并没有查询到下来参数的含义: 在spark中 autoBroadcastJoinThreshold 设置的是文件大小,但是Doris中默认值0.8 明显不是文件大小,我想知道关于这些参数的含义,从而能更灵活的使用 broadcast join
2.1
0
votes
1
answers
35
views
____
3
•
asked Jun 7, 2025
bitmap精确去重 效率不如distinct?
我先建立了一张聚合表A,导入了大约1200万数据 然后又建立了一张聚合表B,设置了非key列的Z字段为 bitmap BITMAP_UNION 类型 然后使用如下sql将A表的数据导入到B表 insert into B (c,d,e,z) select c,d,e,bitmap_hash64(e) from A 使用 select count(distinct e) from B 耗时大概 0.5秒 左右,count结果 11631333 使用 select bitmap_u...
2.1
0
votes
2
answers
83
views
Azw_123
1
•
asked Jun 7, 2025
[CANCELLED]failed to initialize storage reader. tablet=57732, res=[E-3110][INTERNAL_ERROR]different type between schema and column reader
Doris的版本是2.1.10的,使用minio做中转,进行数据迁移,迁移之后对这张表进行任何操作的时候都报这个错。 ERROR 1105 (HY000): errCode = 2, detailMessage = (mn-prd-doris-be-06)[CANCELLED]failed to initialize storage reader. tablet=58072, res=[E-3110][INTERNAL_ERROR]different type between...
2.1
ingestion
demand
0
votes
1
answers
48
views
某某某某
54
•
asked Jun 6, 2025
doris 偶发查询很慢
doris版本2.1.8 有的时候sql查询需要很长时间 而且查询的sql扫描的行数和数据大小也很小, 复制出来查询只需要几十毫秒。查看当时的fe日志如下: 我该怎么优化让查询时间变短
2.1
0
votes
1
answers
57
views
tiankx
3
•
asked Jun 6, 2025
broker load大表导数较慢
集群信息: 版本:doris-2.1.6 配置:BE * 5, 每台机器的配置 96c, 256GB memory, 3.5TB(SSD) + 21TB(HDD) * 11 问题表现: hive表含很多map字段,单日分区2500万条数据,100GB orc文件,使用broker load导数到doris表variant,速度很慢,耗时约100min。 导数期间负载没有较大波动,BE Mem相比闲时多占用10GB,cpu几乎无波动。ScannedRows进度缓慢,尝试调节了m...
2.1
ingestion
performance
0
votes
1
answers
69
views
will
1
•
asked Jun 6, 2025
insert overwrite table 写入iceberg表报错
Path: [https://doris.apache.org/zh-CN/docs/3.0/lakehouse/datalake-building/iceberg-build/] I use INSERT OVERWRITE TABLE into iceberg table(create in catalog:"type" = "iceberg","iceberg.catalog.type" = "hms")....
3.0
0
votes
1
answers
25
views
ZheWang
3
•
asked Jun 6, 2025
bdb过大,3FE因为其中一台机器故障导致fe启动不了,选定了一个fe作为master重新租了集群
重组集群(新建了原数据目录)后bdb依旧很大,可能是因为没有执行drop,老master不停的提示无法连接旧的FE(一直有告警get bad heartbeat response: type: FRONTEND, status: BAD, msg: java.net.ConnectException: Connection refused )。请问这种情况应该如何修复?
2.0
0
votes
1
answers
47
views
Prev
Prev
108
109
110
(current)
111
112
Next
Next
Hot Questions
升级4.0 insert 文本转数字出问题
1 answers
flink 多job checkpoint超时,doirs abort transation
1 answers
doirs表数据归档到对象存储的问题
2 answers
日志一直在报parse date or datetime fail
1 answers
升级后视图查询速度变慢
1 answers
doris-manager webserver启动问题
1 answers