Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Fennng
27
•
asked Sep 2
N-Gram索引的分词粒度是字符级别还是word级别
按文档的说法,N-Gram是“指定 N 个连续字符分词一个词”。 对于举例“This is a simple ngram example”,在N=3的情况,我理解按照字符级别分词,应该分为“Thi”、“his”、“is ”、“s a”、 ……。 但是文档中对于举例的内容是按word粒度进行分词的,在 N = 3 的时候分成 'This is a', 'is a simple', 'a simple ngram', 'si...
3.0
0
votes
1
answers
61
views
chensheng
9
•
asked Sep 1
TVF直接查询OSS上的数据不支持压缩?
TVF直接查询OSS上的数据不支持压缩?参考设置了'compress_type' = 'GZ'参数但是不管用!2.1.7版本
2.1
0
votes
1
answers
13
views
sevenpence
1
•
asked Sep 1
recycler 没有正确加载 HDFS Storage Vault
{code...} 有没有大佬看一下, 帮忙解决一下
decoupled
3.0
0
votes
1
answers
44
views
Doris真的快
7
•
asked Sep 1
Doris 2.1.8.1 读取历史分区数据报错,导致be crash
file=/data/data5/doris/data/894/174258333/145400512/0200000000676127f0445a1675dccd775d9289377ba39eae_1.dat 是某张表的历史分区的数据,当执行SQL select count(*) from abc PARTITION p20250130 where CONTENT <> ''; 时就会报一下的错误 导致be直接crash。 Doris 2.1....
2.1
0
votes
2
answers
45
views
Mehedy
1
•
asked Sep 1
Doris connection issue during load testing with mysqlslap
Hello Doris Team, I am facing an issue when performing load testing on Apache Doris using mysqlslap. Here are the details: Doris Version: apache-doris-3.0.7 Environment: 1 FE Node, 2 BE Node. When I run the following command, it works fine:...
resource-admin
3.0
query
performance
install
0
votes
1
answers
16
views
jiangnan_master
3
•
asked Sep 1
求助!doris重启be起不来,一直卡在Sleep 1s to wait for storage engine init.
看日志上边就是在正常启动,然后就一直卡在这里。过一会超时了就会自动再重启卡在这里 之前卡在这里十分钟后be就会正常启动,这次会一直卡在这里过不去
2.1
0
votes
1
answers
43
views
tyrantdiablo
3
•
asked Sep 1
insert into select 外部catalog表 插入数据,报要求字段not null的错误,但字段都是定义允许null
我用insert into select 外部catalog表 插入数据,报错: 失败: errCode = 2, detailMessage = (10.10.0.64)[RUNTIME_ERROR]JdbcExecutorException: jdbc get block address: | CAUSED BY: RuntimeException: the result of 2185 row is null, but the return type is not nu...
ingestion
0
votes
2
answers
17
views
Brocol
22
•
asked Aug 30
复杂SQL优化,请求协助
基本信息: doris版本是2.1.6 be:3个节点,32G16C 每个表数据的replica=3 执行遇到多个大表join的情况,会出现集群cpu和内存的飙升,想要对其优化 {code...} 看了profile文件,发现条件中order_numnber对应的数据没有下推到or_task_count表,导致扫的数据太多了 尝试过加大执行的并发,并没有用 目前doris对这种优化的相关资料比较少,想请教下怎么做这种优化,或者说有什么好的方法论没 (附件不能传profile,...
2.1
0
votes
3
answers
58
views
Water Young Master
1
•
asked Aug 29
doris2.1.4 Java服务实时查询超时[E1008]Reached timeout=30000ms @XX.XX.15.96:8060
实时查询频繁超时,每次是不同的表,报错信息有两个ip,前面的每次不同,第二个ip每次都是96节点,这个有什么排查思路么? 同时还会频繁报这个错 此外,只有这一个节点cpu会飙升到90以上,其他节点是正常的。 各位大神,有什么排查思路么?
2.1
query
upgrade
0
votes
1
answers
34
views
baijun
13
•
asked Aug 29
关于高并发点查测试
使用2.1.7版本进行高并发点查测试,fe机器配置 48c/400G。 集群1fe/3be,主键表打开了行存和行存catch. 使用短路径查询,发现qps始终无法超过9000. cpu利用率始终无法超过70%。 修改了 用户连接数,jmeter连接池300,线程1000. 99th延迟 300ms左右。增加连接池大小,只会增加99th延迟,不能增加qps。 mysql-nio-pool 线程池的使用量基本就是jmeter连接池的数量。也就是说,我的jmeter连接池=150的...
2.1
0
votes
1
answers
29
views
Prev
Prev
5
6
7
(current)
8
9
Next
Next
Hot Questions
【系列直播预告】Apache Doris 3.1 新版本解读(共 3 期):整体功能介绍、半结构化、湖仓一体
1 answers
Doris部署架构推荐
报错: Failed to get scan range, no queryable replica found in tablet
1 answers
Doris开启了2阶段提交,且事务已经被清理了,如何判断最近一次的ckp对应的事务是否正常提交了
求助!x2doris同步经常中断
1 answers
Apache Doris内存不够,为什么不像spark一样排队处理,Tablet排队一个个处理,而是报错,请问这个解释对吗
1 answers