Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Doris9
7
•
asked Aug 4, 2025
Doris2.1 并发查询是否数据常驻内存的功能
一张表,大家使用的频率很高,Doris2.1有缓存最近一天分区的数据到内存中的功能吗? 要求该缓存数据是常驻的,不能别其他数据刷掉,能设置缓存过期时间,过期后自动删除内存缓存数据,并且始终保证最新一天的数据常驻在内存中。 主要是想减少磁盘io,保证极致查询性能。
2.1
0
votes
1
answers
26
views
1
•
asked Aug 4, 2025
Doris3.0包含安全漏洞CVE-2024-38816、CVE-2024-38819
Spring 5.3.39 安全漏洞CVE-2024-38816、CVE-2024-38819 已被监管部门划到必须要修复的漏洞,建议将Spring 升级到5.3.41、6.0.25、6.1.14及以上版本。 请问官方是否计划什么时候修复?
3.0
upgrade
0
votes
1
answers
66
views
woshixiaobai
5
•
asked Aug 4, 2025
flinksql写Doris采用2阶段提交时事务被清理后的重启方式
flinksql写Doris开启了2阶段提交,但是偶尔会碰到任务失败没有及时感知的问题,等感知到问题时已经过去了几个小时了,此时通过最近一次成功的checkpoint重启时会报事务没有被发现的错误(事务保留2小时),关于这个场景有2个疑问请教: 1.如果任务失败很快就感知到,事务没有被清理,此时通过最近一次的checkpoint重启时,checkpoint里面保留的事务id是如何被处理的呢?比如是再次提交事务(会不会导致重复提交)还是说发现该事务之前已经被提交了,就不会重复提...
2.1
0
votes
1
answers
44
views
jungggle
1
•
asked Aug 3, 2025
jdbc插入能获取到自增列吗?
类似平常开发mysql应用中一样,是否能通过jdbc插入后获取自增列?
3.0
ingestion
2.0
0
votes
1
answers
39
views
woshixiaobai
5
•
asked Aug 3, 2025
最近flinksql采用2阶段提交写doris时总是报[INTERNAL_ERROR]cancelled: [CANCELLED]Process memory not enough, cancel top memory used load:
详细日志信息: "Message": "[INTERNAL_ERROR]cancelled: [CANCELLED]Process memory not enough, cancel top memory used load: <Load#Id=xxxxxxxxx> consumption 376.32 KB, backend xx.xx.xx.xxx, process memory used 148.98 GB exceed limit ...
2.1
0
votes
1
answers
18
views
B-Ashin
3
•
asked Aug 2, 2025
json_extract 提取json格式数据问题
大家好,如果只想提取中间这部分信息"补发信息上报" 、"实时数据推送" ,json_extract 应该怎么写。 {"数据单元内容":{"补发信息上报":{"报警数据":xxxxxxx {"数据单元内容":{"实时数据推送":{"报警数据":xxxxxxx 目前select json_extract(col,'$.数据单元内容') 会...
2.1
0
votes
1
answers
43
views
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
65
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
31
views
laotian
1
•
asked Aug 1, 2025
开启https后,审计日志无法写入audit_log表
版本3.0.6
3.0
0
votes
2
answers
35
views
Prev
Prev
80
81
82
(current)
83
84
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后故障问题