Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Flawless
1
•
asked 4h ago
快速体验的脚本,下载链接失效
docs
0
votes
0
answers
8
views
ykf
1
•
asked 22h ago
java中通过mybatis批量写入数据,写入速度才100/秒,远远达不到官网说的1w/秒
版本:v2.1 如题,springboot项目,我需要写入数据到doris表中,单次一般在7万条数据左右,所以不想用streamload的方式,streamload比较麻烦,还得转化文件格式,如果jdbc能达到官方说的1万条每秒,那完全够用了,但是问题是我现在测试发现批量sql,写5000条数据就得1分钟,才100条/秒,这样也太慢了,请教那位大神知道是什么情况吗? 已经参考官方说的开启Group Commit {code...} 这是官方说的jdbc测试速率
2.1
ingestion
0
votes
0
answers
8
views
zlhxxx
140
•
asked 23h ago
Doris2.1.9 MQTT执行失败
400 BAD_REQUEST: Connector started but bridge (doris:test1) is not connected. Bridge Status: disconnected, Error: {prepare_statement, #{code => 1105, message => <<"errCode = 2, detailMessage = Failed to prepare statement try...
2.1
0
votes
0
answers
2
views
某某某某
54
•
asked 23h ago
explain graph 乱码
版本2.1.10
2.1
0
votes
0
answers
2
views
ljy
3
•
asked Jul 11
一个 bitmap index 的容量是多少条记录?
bitmap 索引将每个被索引的列的值作为 KEY,使用每个 BIT 表示一行,当这行中包含这个值时,设置为 1,否则设置为 0。 一个bitmap 索引最长可以容纳, 多少行记录? bitmap 的 不适用场景中, 不适合建在 频繁更新的列上, 频繁更新 这个有没有量化的数据?, 如果确实要建在 unique 表模型(开启merge on write)的 value 上, bitmap 索引更新的 时机是在 数据写的时候 跟 块 合并的 时候吗?
2.1
query
performance
0
votes
0
answers
3
views
xiaoxiaole
1
•
asked Jul 11
OLAP_SCAN_OPERATOR耗时过长
1、有一个sql查询时特别耗时,能分析下原因么? sql如下: SELECT current, ctime, cellVoltages, vin, probeTemperatures FROM ( SELECT vin, ctime, current, cellVoltages, probeTemperatures, crc32(vin) AS vin_crc FROM battery_dwd.dwd_all WHERE dayOfYear IN ('2025-06-...
2.1
query
0
votes
0
answers
9
views
某某某某
54
•
asked Jul 11
异步物化视图,storage_medium 属性设置后未生效
2.1.10 storage_medium 属性设置后未生效, 使用 BUILD DEFERRED 后, 数据未写入前show partition看是 SSD, 数据写入后又变成 HDD。 超过一年时间并未解决: [https://doris-forum.org.cn/questions/D1fT/pai-qi-zhong-yi-bu-wu-hua-shi-tu-shu-xing-she-zhi-hou-wei-sheng-xiao]
mtmv
2.1
0
votes
0
answers
5
views
cpt_doris
19
•
asked Jul 11
jemalloc_cache和sum_of_all_trackers两块内存问题
jemalloc_cache和sum_of_all_trackers两块内存问题 sum_of_all_trackers包含了jemalloc_cache吗? 这两块内存是什么东西导致的?有明细内存可以看吗? 如何降低 很重要的: 从监控上看,在没有什么数据写入和读取的情况下,这块内存会忽上忽下。是什么导致的 像这个,有6g,但是其他值又很小是为什么
3.0
0
votes
0
answers
4
views
ggukkj
1
•
asked Jul 10
Doris 2.0.15 使用 insert into 插入1kw数据到一张空表上,之后想执行full compaction压缩,但是报错
报错信息为 { "status": "E-2008", "msg": "There is no suitable version" } table对应的tablet 信息 { "cumulative policy type": "size_based", "cumulative point": 3, "last cumulative failure time...
storage
catalog
ingestion
2.0
0
votes
0
answers
8
views
zhengyong
1
•
asked Jul 10
当在Hive Catalog中执行CTAS时会有概率报错:Table [...] does not exists in database [...],有什么办法解决?
版本:2.1.8 执行日志如下: sql:2025-07-10 11:00:34,set enable_nereids_planner=true queryId:2025-07-10 11:00:34,null,execTime: 0.001s sql:2025-07-10 11:00:34,set enable_fallback_to_original_planner=false queryId:2025-07-10 11:00:34,null,execTime: 0.0s...
2.1
catalog
0
votes
0
answers
3
views
1
(current)
2
3
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
快速体验的脚本,下载链接失效
使用doris manager 创建doris存算分离集群的时候为什么不能用ha的地址
2 answers
doris同时扩缩容
1 answers
doris能否根据用户做资源的优先级分配
1 answers
java中通过mybatis批量写入数据,写入速度才100/秒,远远达不到官网说的1w/秒