Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
3
•
asked Nov 6, 2024
请问使用manage24.1.1从2.1.5升级到2.1.6升级报错CAUSED BY: ZipException: error in opening zip file
2.1
upgrade
0
votes
1
answers
14
views
____
7
•
asked Nov 6, 2024
设置分桶为6,但是数据会写入到同一个分桶中,导致查询效率底,hash分桶大致算法是什么?
主键模型的表,设置分桶数为6,但是数据都分配在一个桶中,导致查询效率慢,hash分桶的原理大致是什么,为什么会分到同一个桶中呢,分桶列是bigint类型,不为空。 表结构:其中id无重复 CREATE TABLE test.a( id bigint NULL, data_date date NOT NULL, a1 double NULL, .... a100 double NULL ) ENGINE=OLAP UNIQUE KEY(id, data_date) AUTO P...
2.1
0
votes
1
answers
109
views
____
27
•
asked Nov 6, 2024
convert(column using gbk) 排序结果不正确
convert(column using gbk) 排序结果不正确
2.0
0
votes
1
answers
15
views
zlhxxx
158
•
asked Nov 6, 2024
doris 2.1.6 关于pipeline
配置是开启的 然后设置会话变量 set parallel_pipeline_task_num = 16; 结果比原本 还要慢一点 是不是pipeline的提升只在于计算部分,不在扫描存储上
2.1
0
votes
1
answers
49
views
sharphero
1
•
asked Nov 5, 2024
doris2.1.5 连接jdbc catalog查询mysql的表和数据对不上
doris2.1.5配置了jdbc catalog后 在doris中和mysql中分别查询MySQL的表 总条数不一致(doris中catalog对应的dictionary记录少)。 此时在mysql中新建一个表(dictionary2和dictionary一样),刷新doris中catalog,也不会出现在doris的catalog中。 条数不一致的mysql表如下 CREATE TABLE dictionary ( ID int(11) NOT NULL AUTO_INC...
2.1
0
votes
2
answers
53
views
shengdengshan
1
•
asked Nov 5, 2024
ngram_search函数在2.1.6和2.1.7 RC01的版本里都使用不了。请问是否是在正式的2.1.7Release版本里合入,2.1.7Release的时间点是什么时候?
ngram_search函数在2.1.6和2.1.7 RC01的版本里都使用不了。请问是否是在正式的2.1.7Release版本里合入,2.1.7Release的时间点是什么时候?
2.1
0
votes
1
answers
48
views
zhangxiaolong861
9
•
asked Nov 5, 2024
doris2.1编译报错
用centos7.6的操作系统编译BE时,编译到第三方库的hyperscan的时失败,是哪里出错了呢,少了什么
2.1
compilation
0
votes
1
answers
58
views
yugunsung
117
•
asked Nov 5, 2024
Agg模型value列(REPLACE_IF_NOT_NULL)指定默认值问题
版本:2.0.12 建表语句 {code...}
2.0
0
votes
1
answers
51
views
yugunsung
117
•
asked Nov 5, 2024
Agg模型修改value列默认值报错Can not change default value
版本:2.0.12 Agg模型修改value列默认值报错,这个是不支持修改吗?
2.0
0
votes
1
answers
35
views
albert
13
•
asked Nov 5, 2024
doris集群扩容后,未发生数据均衡,该怎么排查问题
1、doris 版本 selectdb-doris-2.1.5-rc02 2、原集群规模: 3FE 8BE 每个BE节点挂载了一块1T SSD硬盘 每个BE节点存储了大概400GB左右数据 每个BE节点大概分布32000个左右tablet 3、扩容了5台机器 每台机器挂在两块SSD,每块大小3T 新机器节点,doris版本配置和原集群保持一致,存储目录配置的是两块磁盘独立挂载的多目录 4、执行扩容操作后(ALTER SYSTEM ADD BACKEND "")...
2.1
cluster
0
votes
2
answers
105
views
Prev
Prev
189
190
191
(current)
192
193
Next
Next
Hot Questions
3个并发任务写入同一张表,报错 get tableList write lock timeout
使用flink-doris-connector-1.17 25.1.0同步数据,新增更新操作能成功同步,删除操作不生效
Doris 2.1.6 SQL_BLOCK_RULE 命中后错误信息不正确,显示为未知列错误而非规则拦截提示
selectdb3.0.9版本be崩溃
routine_load失败
Doris 3.0 版本Json 类型查询问题
1 answers