Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
jianmin0920
5
•
asked Jun 27, 2025
查询一张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
109
views
lee.Wang
11
•
asked Jun 27, 2025
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
178
views
ChengrongTan
11
•
asked Jun 27, 2025
基表是日期分区,如何创建月分区增量物化视图
需要对日期基表进行汇总,这样创建好之后分区是按月的,但是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
1
answers
39
views
zoro
46
•
asked Jun 26, 2025
Broker Load 导入数据一个节点异常导致所有任务失败
如果是数据异常,没有设置max_filter_ratio 导致任务失败我理解是一种正常现象, 使用 Broker Load 因为一个节点异常导致整个任务都失败,应该怎么设置,我在 [Broker Load] 文档界面并没有看到关于 失败重试 的配置 Doris版本:2.1.5
2.1
0
votes
1
answers
33
views
hyanqing
1
•
asked Jun 26, 2025
自增列无法自动填充实体
我调用 mybatis-plus 中的insert方法,无法自动填充id字段,实体对象中的id字段是已设置了IdType.AUTO,是不是需要哪个地方需要设置呢。 Doris版本:2.1.10 Mybatis-plus: 3.5.12
2.1
0
votes
1
answers
32
views
awol2005ex
9
•
asked Jun 26, 2025
doris 2.1.6 一个fe follower突然崩了启动不了,日志如图
doris 2.1.6 一个fe follower突然崩了启动不了,日志如图
2.1
0
votes
2
answers
52
views
tk
1
•
asked Jun 26, 2025
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
78
views
LaughingJun
7
•
asked Jun 26, 2025
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
54
views
某某某某
54
•
asked Jun 26, 2025
doris 2.1.10 版本是否支持APPROX_TOP_K 函数?
官网文档: 实际查询:
2.1
faq
functions
0
votes
1
answers
29
views
dongfeng
1
•
asked Jun 26, 2025
2.1.7 版本doris集群中的一个be节点,凌晨3点7分突然离线重启
查看此be节点的日志,发现在这个时间点前,频繁的报此类日志: I20250626 03:05:43.912931 3051468 tablet.cpp:3538] [Before Commit] construct delete bitmap tablet: 7475436, rowset_ids to add: 0, rowset_ids to del: 0, cur max_version: 2038229, transaction_id: 2567492, total ...
2.1
0
votes
2
answers
109
views
Prev
Prev
119
120
121
(current)
122
123
Next
Next
Hot Questions
flink doris connector整库同步ORACLE,新增字段不会自动同步
Doris 4.0.6 查询视图报错 Index 92 out of bounds for length 92,基表正常,重建视图无效
1 answers
selectdb 2.1.9 使用ccr做数据同步到doris 4.0.6 版本报原元数据版本不兼容
2 answers
mysqldump导出库的表结构会报物化视图不支持的问题,怎么解决
1 answers
Doris密码加密策略不合符 PCI DSS 审计要求
1 answers
variant字段支持作为JAVA udf输入输出参数吗?
1 answers