Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Neal_Zzzz
17
•
asked Feb 12, 2025
doris数据模型怎么选择?
建表时我想用 a、b两个字段做unique key去重,又想按c-time做分区,但是分区列必须为 KEY 列,在key里加了c-time后就没法去重了,这种怎么设计比较好哈?
2.1
faq
0
votes
1
answers
59
views
jesion
3
•
asked Feb 12, 2025
2.1.8查询数据超时
我的表结构是这样的: {code...}
2.1
query
0
votes
1
answers
101
views
yugunsung
117
•
asked Feb 11, 2025
2.1.8查询mysql catalog报错Unexpected exception: Found conflicting column names under case-insensitive conditions
版本:2.1.8 升级到2.1.8版本后查询mysql catalog报错 refresh catalog后报错
2.1
0
votes
1
answers
85
views
49
•
asked Feb 11, 2025
倒排索引,like查询是否可以命中索引
参考:https://doris.apache.org/zh-CN/docs/3.0/table-design/index/index-overview 官方文档的意思是倒排索引不能对like进行加速。
3.0
query
0
votes
1
answers
81
views
49
•
asked Feb 11, 2025
3.0.3 存算分离 通过profile分析索引加速效果,RowsInvertedIndexFiltered 一直都是0
表结构 {code...} 其中 RowsInvertedIndexFiltered 一直是0 。city_id 是倒排索引,根据官方描述,https://doris.apache.org/zh-CN/docs/3.0/table-design/index/inverted-index RowsInvertedIndexFiltered 理论上不会是0。
3.0
query
0
votes
1
answers
67
views
慎始敬终
1
•
asked Feb 11, 2025
升级doris2.1.8版本后使用24.0.0的spark-connector出现的问题?
spark3.1版本,用的是spark的spark-doris-connector-spark-3.1的24.0.0版本,读取doris时报如下错误,这是什么原因呢? github上看到报错的源码位置
2.1
0
votes
5
answers
359
views
taotao
1
•
asked Feb 11, 2025
用superset添加datasets时,如果选择物化视图就获取不到表结构,普通表就可以
doris版本3.0.3
3.0
0
votes
1
answers
58
views
1
•
asked Feb 11, 2025
V2.0.6 doris SQL字符串查询问题
sql查询column_name ="123" 没有结果, column_name =123有结果,column_name 是varchar类型。这个需要怎么解决呀
query
2.0
0
votes
1
answers
66
views
mullerjy
9
•
asked Feb 11, 2025
doris 2.1.7, be重启后几分钟就挂了,表象是内存不足,但是内存扩了,问题一直出现。
目前be有四个节点,tablet大概是70w,数据库存量3T(含三副本),be重启后有一段时间一直报这个错,I20250211 13:05:59.079993 53302 wal_manager.cpp:480] Sleep 1s to wait for storage engine init. 但是发现这个过程中,be可用,没过多久,就报内存不足,然后就crash了。内存从原来64G扩到90G了,但是感觉给多少用多少。mem_limit限制70%。没有配置workload,...
2.1
0
votes
1
answers
176
views
张涛
37
•
asked Feb 11, 2025
doris 新建UDF执行无结果返回问题
新建了Java自定义函数,功能是输入三个字符串a,b,c,如果a=1,判断bc内容是否一致,如果a=2,判断c的内容是否包含在b中,如b=“今天是星期二太阳很好”,c="是太阳好"返回true,c="好太阳"返回false,因为顺序不一致。具体方法如下 {code...} 执行成功但无结果返回,上述所有创建过程均无报错,fe业务报错。但将add_one的UDF新建后功能正常,上诉问题暂无法排查,请求大佬协助,感谢。 doris版本2.1.7
2.1
0
votes
2
answers
92
views
Prev
Prev
190
191
192
(current)
193
194
Next
Next
Hot Questions
doris每日崩溃重启
4.0.3升级到4.0.7后,对BE进行扩容10节点
Doris-3.0.5 一个be 节点12磁盘设备中一个坏盘,影响表的读写数据
修改用户默认workload_group后stream_load报错
1900w数据量执行时内存激增到8g
1 answers
Doris升级至4.1.0后查询和写入效率变得巨低
1 answers