Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
hellotuite
1
•
asked Aug 2, 2025
请教各位大佬,如何使用doris 统计k线数据
版本号 Doris version doris-3.0.4-rc02-39f9074cec 存算一体 需求 1:有毫秒秒的每个股票的实时交易记录和价格 2:使用同步物化视图统计秒级、分钟、小时、天和自定义时间级别,自定义起止时间的OHLC K线数据 3:需要实时聚合统计对实时性要求较高 遇到的问题 1:同步物化视图无法使用窗口函数LAST_VALUE 2:使用 MIN_BY(price, create_time),MAX_BY(price, create_time),替代可进...
3.0
query
0
votes
1
answers
84
views
Bob_周
5
•
asked Aug 2, 2025
be节点挂了
be版本是 doris-2.1.5 错误信息如下: terminate called after throwing an instance of 'std::length_error' what(): vector::reserve *** Query id: 55860121c1304cec-be4eaf6ce0e347e6 *** *** is nereids: 0 *** *** tablet id: 0 *** *** Aborted at 17540...
2.1
0
votes
1
answers
27
views
zhengby
3
•
asked Aug 1, 2025
一台be的cpu和内存使用率远低于其他be
希望大佬给个排查方向 Doris版本2.1.7
2.1
0
votes
1
answers
34
views
laotian
1
•
asked Aug 1, 2025
开启https后,审计日志无法写入audit_log表
版本3.0.6
3.0
0
votes
2
answers
36
views
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
50
views
Doris_Feng
1
•
asked Aug 1, 2025
FE、BE分别 适合做raid几?操作系统是否兼容麒麟操作系统
FE、BE分别 适合做raid几?操作系统是否兼容麒麟操作系统
2.1
0
votes
1
answers
59
views
Wanghl382
15
•
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
36
views
ljy
9
•
asked Aug 1, 2025
segment 合比规则
例如 主键模型 , 当写入足够多的数据的时候, segment 的合并动作是怎么样的, 是所有小segment 全部 一个, 还是 具有同主键的数据合成一个(分成多个)?
2.1
0
votes
1
answers
23
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
24
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
34
views
Prev
Prev
101
102
103
(current)
104
105
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