Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
proz
3
•
asked Jun 28
stream load 的返回值字段解释,Doris2.1.8版本,receiveDataTimeMs是什么意思
Doris2.1.8版本,订阅kafka数据,处理后使用stream load将json格式数据导入到表(表字段很多): 1,返回值中receiveDataTimeMs是什么含义呢? 2,总体耗时很高,且receiveDataTimeMs占总导入时间的比例很大,怎么进行优化呢? 另外:相同的表,当json数据字段很少、或json数据条数很少时导入快很多;
2.1
0
votes
2
answers
43
views
MrTMa
1
•
asked Jun 27
表副本问题,突然有一个表访问报错
执行:SHOW TABLET 21080119;后执行了DetailCmd中的命令 执行命令后: 这两个版本号不一致,是否是问题的关键,官网没找到怎么修复,请问有大佬知道怎么处理么
storage
0
votes
1
answers
23
views
jianmin0920
3
•
asked Jun 27
查询一张Aggregate模型的表,每次执行的结果都不一致
执行一个统计计算,sql如下: select sum(discharge_power) from ads_energy_storage_system_param where date_day='2025-06-27'; 每次执行得到的结果都不一致,总是在7.64和7.72之间切换 想知道原因是啥? 背景:该表的数据没有更新 DDL如下: CREATE TABLE ads_energy_storage_system_param ( date_day date N...
content
0
votes
1
answers
30
views
lee.Wang
7
•
asked Jun 27
insert into 后,查询有时候查不到数据
doris 2.1.7 执行 insert into A表select * from B 表,执行结束后。 立马执行 select 1 from A表。发现有几率查不到。这是为什么呢 。通过设置 sessionVariables=group_commit=sync_mode 可以解决这个问题吗
2.1
0
votes
1
answers
51
views
ChengrongTan
11
•
asked Jun 27
基表是日期分区,如何创建月分区增量物化视图
需要对日期基表进行汇总,这样创建好之后分区是按月的,但是groupby的还是日期 CREATE MATERIALIZED VIEW dws_sc_pd_mes_test_record_mi_v (report_date,factory_name,product_name,stations_name,sn_cnt) BUILD IMMEDIATE REFRESH AUTO ON SCHEDULE EVERY 1 DAY STARTS '2025-06-28 00:30:...
2.1
物化视图
1
votes
0
answers
16
views
zoro
11
•
asked Jun 26
Broker Load 导入数据一个节点异常导致所有任务失败
如果是数据异常,没有设置max_filter_ratio 导致任务失败我理解是一种正常现象, 使用 Broker Load 因为一个节点异常导致整个任务都失败,应该怎么设置,我在 [Broker Load] 文档界面并没有看到关于 失败重试 的配置 Doris版本:2.1.5
2.1
0
votes
1
answers
17
views
hyanqing
1
•
asked Jun 26
自增列无法自动填充实体
我调用 mybatis-plus 中的insert方法,无法自动填充id字段,实体对象中的id字段是已设置了IdType.AUTO,是不是需要哪个地方需要设置呢。 Doris版本:2.1.10 Mybatis-plus: 3.5.12
2.1
0
votes
0
answers
14
views
awol2005ex
9
•
asked Jun 26
doris 2.1.6 一个fe follower突然崩了启动不了,日志如图
doris 2.1.6 一个fe follower突然崩了启动不了,日志如图
2.1
0
votes
2
answers
33
views
tk
1
•
asked Jun 26
unique key hash分桶数据倾斜
doris2.1.9使用UNIQUE KEY Id bigint NOT NULL作为分桶键DISTRIBUTED BY HASH(Id) BUCKETS 8,仍然产生了数据倾斜的情况 "BucketIdx","AvgRowCount","AvgDataSize","Graph","Percent" "0","39470","3485395",>...
2.1
0
votes
2
answers
52
views
LaughingJun
7
•
asked Jun 26
hive写doris 异常Not allowed running Insert Overwrite on same table
一:现象 1.海豚调度,hive catalog 方式写Doris异常 2.be异常日志 3.cpu 内存 磁盘 网络均正常无压力 4. 5.使用了三个月每个月出现一次一样的异常 之前的异常记录 [https://doris-forum.org.cn/questions/D1zK3/E1JK3 https://doris-forum.org.cn/questions/D11D3/E1mD3]
3.0
0
votes
1
answers
27
views
Prev
Prev
3
4
5
(current)
6
7
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
doris3.0 k8s部署疑问
Doris-3.0.6 内存占用大,后端没有执行的进程,一直持续升高不释放
Date与DatatimeV2
3 answers
Doris 里的表最多支持多少列?
1 answers
doris 导出报错 2.1.9
1 answers