Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Echo.Duang
12
•
asked Aug 1, 2025
delete删除分区多久生效
AGGREGATE表执行删除操作 delete from version_hour_uv PARTITION version20250728; 这个删除操作 分区多久能成功? 数据磁盘多久能清理? doris-2.1.8-1-834d802457
2.1
0
votes
1
answers
45
views
Doris_Feng
1
•
asked Aug 1, 2025
FE、BE分别 适合做raid几?操作系统是否兼容麒麟操作系统
FE、BE分别 适合做raid几?操作系统是否兼容麒麟操作系统
2.1
0
votes
1
answers
51
views
Wanghl382
13
•
asked Aug 1, 2025
Doris插入数据报错,怎么解决Please check if the bucket number is too small or if the data is skewed?
Doris插入数据报错,怎么解决?看报错是数据太碎或者倾斜导致,但是数据必须要保存下来,调整分区、主键等都试过了,求大神帮解决下
2.1
0
votes
1
answers
32
views
ljy
9
•
asked Aug 1, 2025
segment 合比规则
例如 主键模型 , 当写入足够多的数据的时候, segment 的合并动作是怎么样的, 是所有小segment 全部 一个, 还是 具有同主键的数据合成一个(分成多个)?
2.1
0
votes
1
answers
17
views
komdu
1
•
asked Aug 1, 2025
异步物化视图创建问题
CREATE TABLE IF NOT EXISTS lineitem ( l_orderkey integer not null, l_partkey integer not null, l_suppkey integer not null, l_linenumber integer not null, l_quantity decimalv3(15,2) not null, l_extendedprice decimalv3(15,2) not null, l_disco...
2.1
0
votes
1
answers
18
views
Syon
1
•
asked Aug 1, 2025
mysql到doris做cdc整库同步时,--multi-to-one-origin不生效
使用flink-doris-connector-1.16-25.1.0.jar包在mysql到doris整库实时同步时,须合并多个表结构一致,数据须合并为一张表,添加以下参数: --including-tables="a_.*|c" --multi-to-one-origin="a_.*" --multi-to-one-target="a|c" 结果:cdc还是同步过来两张子表(a_1,a_2),且合并后的a表未创建,请问是什么...
ingestion
0
votes
1
answers
28
views
Tangco
13
•
asked Jul 31, 2025
routine load 订阅kafka消息,报错E1008
全新部署的集群,1FE+3BE,版本2.1.10, 用routine load 订阅kafka消息,使用show命令查看任务运行状态,总是有一个报错E1008,订阅任务状态运行中但是表数据量没有增长。 经测试FE及各BE节点网络通畅,此表内数据可正常查询 {code...}
2.1
0
votes
1
answers
41
views
erdong
11
•
asked Jul 31, 2025
集群tablet健康监控的OversizeNum指标
doris 2.1.10 集群tablet健康监控的OversizeNum指标的计算是怎样的,怎么定义oversize,有些tablet大小处于官网建议的1-10G之间,依然被当成oversize
2.1
cluster
0
votes
1
answers
34
views
lim
1
•
asked Jul 31, 2025
doris如何通过定时任务实现scd2
我有一个维度表如下,尝试使用定时任务,但是报错显示不支持以下sql语句,请问基于doris如何定时实现以下功能呢: CREATE VIEW vw_ods_location AS SELECT p.id AS province_id, c.id AS city_id, d.id AS district_id, p.full_name AS province_full_name, c.full_name AS city_full_name, d.name AS district_...
job-scheduler
2.1
faq
0
votes
1
answers
24
views
jianmin0920
5
•
asked Jul 31, 2025
新建了两个表,一个采用的DUPLICATE模型,一个是UNIQUE模型,消费同一个topic,结果数据写入两张表的时间不一致
新建了两张表: CREATE TABLE dwd_equip_charge_log ( operator_id varchar(200) NOT NULL COMMENT '运营商编码', connector_id varchar(200) NOT NULL COMMENT '充电设备接口编码', station_id varchar(32) NULL COMMENT '充电站编码', equipment_id varchar(...
content
0
votes
1
answers
145
views
Prev
Prev
81
82
83
(current)
84
85
Next
Next
Hot Questions
flink 多job checkpoint超时,doirs abort transation
doirs表数据归档到对象存储的问题
1 answers
日志一直在报parse date or datetime fail
升级后视图查询速度变慢
doris-manager webserver启动问题
1 answers
Doris从2.1.6迭代升级到3.1.2后故障问题