Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
____
15
•
asked Oct 18, 2024
doris日志里有很多警告:Connection set query timeout to 900
2024-10-18 14:45:10,376 WARN (mysql-nio-pool-9642|156178) [AcceptListener.lambda$handleEvent$1():105] Connection set query timeout to 900
2.1
0
votes
1
answers
69
views
zlhxxx
158
•
asked Oct 18, 2024
为何会规律出现事务耗时高
2.1
0
votes
1
answers
34
views
nokichen
29
•
asked Oct 18, 2024
base compaction监控指标失效
集群从2.1.6升级到3.0.2之后(依旧使用存算一体模式) base compaction delta segment指标失效,一直为0,但其实已经进行过base compaction
3.0
0
votes
1
answers
48
views
____
1
•
asked Oct 18, 2024
doris3 查看fe日志有 failed to get local fe's type, sleep 5 s, try again. 已经尝试更改过priority_networks
doris3 查看fe日志有 failed to get local fe's type, sleep 5 s, try again. 已经尝试更改过priority_networks
3.0
0
votes
1
answers
43
views
cosion
11
•
asked Oct 18, 2024
倒排索引分词问题
版本:2.1.0 问题描述:在使用倒排索引全文见检索时,分词时,无法完成中文和英文的结合。 例如歌曲名称为《那些花儿开在春末夏初The Flowers Bloom in Late Spring and Early Summer》 想要查询的是初T,但是目前不管是中文分词还是UNICODE分词,好像都不支持此种类型。 中文分词: mysql> SELECT TOKENIZE('那些花儿开在春末夏初The Flowers Bloom in Late Spring a...
2.1
1
votes
1
answers
98
views
没有名字
1
•
asked Oct 18, 2024
请问doris的helm模版变量中,cnSpec,brokerSpec是什么,哪里文档里有提到?
如题,没有在官网文档中看到相关说明
3.0
0
votes
2
answers
18
views
J_hao104
13
•
asked Oct 18, 2024
doris新增be节点后磁盘占用未降低
doris版本:2.1.5 因为be节点磁盘占用过高,新增了两台be节点。数据均衡后新节点磁盘占用上去了,老节点磁盘占用并未下降。
2.1
0
votes
2
answers
44
views
test001
4
•
asked Oct 18, 2024
apache-doris-2.1.2-x64版本,倒排索引中的分词如何自定义分割符号?
主要场景为:NLP分析出来的关键词会非常多,且无法预知有哪些词,多个关键词在一个字符串类型的字段中且会以逗号分隔,所以理想效果是能按指定 分隔符号(比如逗号) 简单粗暴进行分词即可 例如: 关键词字符串:"绿水青山,City,广袤原野,蔚蓝海洋,时代楷模" 期望直接以逗号分隔来分词,期望的最终结果为:["绿水青山","City","广袤原野","蔚蓝海洋","时代楷模"]
2.1
0
votes
1
answers
111
views
xuzl
3
•
asked Oct 18, 2024
doris3.0.1(存算分离) 相同sql 不同写法fe解析时间相差很大
查询1: select a,b,c where table1 where datekey>='20240101' and datekey<='20241001' and event in ('A','B') 查询2: select a,b,c where table1 where datekey>='20240101' and datekey<='20241001&...
3.0
catalog
0
votes
3
answers
125
views
forest
35
•
asked Oct 18, 2024
job执行失败,无错误信息
在版本2.1.5创建定时任务之后,执行失败,通过select * from task("type"="insert") 进行查询没有具体错误提示信息,任务具体为一个insert into 从外部表将数据插入内部表
2.1
0
votes
1
answers
20
views
Prev
Prev
211
212
213
(current)
214
215
Next
Next
Hot Questions
doris 2.1.8 源码无法下载
Doris 2.1.6 SQL_BLOCK_RULE 命中后错误信息不正确,显示为未知列错误而非规则拦截提示
1 answers
Doris3.1 存算分离 S3请求
使用flink-doris-connector-1.17 25.1.0同步数据,新增更新操作能成功同步,删除操作不生效
3个并发任务写入同一张表,报错 get tableList write lock timeout
求助,be内存配置合理方案