Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
ljy
9
•
asked Jul 11, 2025
一个 bitmap index 的容量是多少条记录?
bitmap 索引将每个被索引的列的值作为 KEY,使用每个 BIT 表示一行,当这行中包含这个值时,设置为 1,否则设置为 0。 一个bitmap 索引最长可以容纳, 多少行记录? bitmap 的 不适用场景中, 不适合建在 频繁更新的列上, 频繁更新 这个有没有量化的数据?, 如果确实要建在 unique 表模型(开启merge on write)的 value 上, bitmap 索引更新的 时机是在 数据写的时候 跟 块 合并的 时候吗?
2.1
query
performance
0
votes
1
answers
29
views
xiaoxiaole
1
•
asked Jul 11, 2025
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
1
answers
22
views
agg
5
•
asked Jul 11, 2025
doris能否根据用户做资源的优先级分配
有一个需求,etl和bi展示用的同一个doris集群,可以使用resource group 做资源隔离,但是etl的一部分资源就被完全分出去了,所以有没有办法不要完全分出去,可以动态划分,想以bi的用户最高优先级,etl最低优先级,这种有办法实现吗
2.1
0
votes
1
answers
64
views
某某某某
54
•
asked Jul 11, 2025
异步物化视图,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
1
answers
30
views
cpt_doris
19
•
asked Jul 11, 2025
jemalloc_cache和sum_of_all_trackers两块内存问题
jemalloc_cache和sum_of_all_trackers两块内存问题 sum_of_all_trackers包含了jemalloc_cache吗? 这两块内存是什么东西导致的?有明细内存可以看吗? 如何降低 很重要的: 从监控上看,在没有什么数据写入和读取的情况下,这块内存会忽上忽下。是什么导致的 像这个,有6g,但是其他值又很小是为什么
3.0
0
votes
1
answers
14
views
ggukkj
1
•
asked Jul 10, 2025
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
2
answers
37
views
比个耶
3
•
asked Jul 10, 2025
现在项目上想要部署Doris,最好选择使用哪个版本呢?
现在项目上想要部署Doris,最好选择使用哪个版本呢?
install
0
votes
1
answers
52
views
zhengyong
1
•
asked Jul 10, 2025
当在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
1
answers
45
views
maple
10
•
asked Jul 10, 2025
duplicate 模型
现在有张duplicate 模型的表 3副本 7be节点 磁盘性能不高hdd150m/s 每天写入量在150~180G左右 按天分区 通过routineload写入 现在通过时间过滤加上车牌号 开了sqlcache 现在查询第一次很慢 这种场景有优化的地方么
2.1
0
votes
1
answers
25
views
seawenc
15
•
asked Jul 10, 2025
2.1.7-集成了ranger后,设置拒绝(Deny)权限不生效
版本:2.1.7 集成:ldap+ranger2.5 我的需求是,角色:app和user可以访问ods库中除表A以外其它所有表,但是我通过以下两种方式配置都无法排除对此表的访问权限,是我设置不对呢? 还是原本排除权限就没实现呢? 方式一: 在正向资源同一个策略中添加表的exclude这个表,发现不生效,asset_network_flow表可以执行查询操作 方式二: 再单独建一个Deny策略,发现仍然不生效:
2.1
permission
0
votes
1
answers
36
views
Prev
Prev
92
93
94
(current)
95
96
Next
Next
Hot Questions
升级4.0 insert 文本转数字出问题
1 answers
flink 多job checkpoint超时,doirs abort transation
1 answers
doirs表数据归档到对象存储的问题
2 answers
日志一直在报parse date or datetime fail
1 answers
升级后视图查询速度变慢
1 answers
doris-manager webserver启动问题
1 answers