Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
nokichen
29
•
asked Sep 23, 2024
前缀索引的生成粒度可以修改吗?
默认是1024行划分为一个RowBlock,进而生成一个前缀索引 请问1024行可以调整吗?
2.1
0
votes
1
answers
33
views
xhuang
5
•
asked Sep 23, 2024
通过Manager升级Doris过程报权限不足
目的:通过manager将doris2.1.2升级到2.1.6。 现状:服务器只有一个根目录/,使用root在/目录下创建了meta_data和rdw_data并修改这两个目录的用户归属组为doris;使用doris用户安装doris、manager等组件并启用。 问题:在通过Manager升级Doris过程中,在“备份数据”这一步报错,日志提示如下: 2024-09-23 17:28:47.872 [WebSocketClient-AsyncIO-14] INFO c.s....
2.1
manager
upgrade
0
votes
3
answers
122
views
testsjc
5
•
asked Sep 23, 2024
doris 2.0.14中副本健康检查VersionIncompleteNum,ReplicaCompactionTooSlowNum,OversizeNum一直在变化是否正常
doris 2.0.14中副本健康检查VersionIncompleteNum,ReplicaCompactionTooSlowNum,OversizeNum一直在变化是否会影响spark dataframe数据查询, 要怎么优化集群配置 执行命令:SHOW PROC '/cluster_health/tablet_health';
2.0
0
votes
2
answers
109
views
zhangxiaolong861
9
•
asked Sep 23, 2024
在访问的高峰期,QPS最高的时候,会出现查询慢的现象
Dors的BE审计日志中,出现了_rq is full, capacity=4096的日志 。发现几次出现该日志的时间点,也是出现查询慢的时间点。该队列是否是bRPC的服务中的队列,是否可以通过调大brpc_num_threads的数值,来解决偶尔查询慢的问题。 I20240923 08:27:10.242985 64853 pipeline_x_fragment_context.cpp:189] PipelineXFragmentContext::prepare|query...
2.1
0
votes
1
answers
123
views
echoLss
7
•
asked Sep 23, 2024
使用group_concat(distinct split_part()),be报错,全部挂掉,版本2.1.3
执行了这样一个sql: select group_concat(distinct split_part(intelligence_content, ';', 1), ',') as high_risk_port from intelligence_application_model im left join intelligence_content_info ic on im.library_id = ic.library_id where m...
2.1
0
votes
3
answers
104
views
testsjc
5
•
asked Sep 23, 2024
doris升级到2.0.14之后数据查询出现INTERNAL_ERROR] missed_versions is empty异常
spark-doris-connector版本1.3.2 客户端报错信息: {code...} 不知道这个tablet状态是否影响数据查询
2.0
0
votes
2
answers
134
views
guozukai
7
•
asked Sep 23, 2024
使用查询时,查询计划未展示倒排索引使用信息
Version:2.1.5 使用查询时,查询计划未展示倒排索引使用信息。 建表语句: {code...}
2.1
0
votes
2
answers
32
views
文小誉123
15
•
asked Sep 22, 2024
datax配置部分列更新,提示没有找到主健列,但已经有主键列
doris建表语句如下: CREATE TABLE IF NOT EXISTS test ( id LARGEINT NOT NULL , order_code VARCHAR(50), line_code VARCHAR(20) , remark VARCHAR(900) , unit_no TINYINT", unit_name VARCHAR(500) ", price VARCHAR(500) ", register_time DATETIME...
2.1
1
votes
1
answers
73
views
taco
5
•
asked Sep 21, 2024
如何清除k8s dns 缓存,be一直去连接不存在的ip
SQL Error [1105] [HY000]: errCode = 2, detailMessage = (doriscluster-be-5.doriscluster-be-internal.doris-2-1.svc.cluster.local)[CANCELLED]Failed to connect to backend 20508: [E112]Not connected to 172.16.18.126:8060 yet, server_id=6121 集群中并...
2.1
0
votes
3
answers
115
views
____
11
•
asked Sep 20, 2024
倒排索引查询出异常数据
doris-2.1.5 SELECT * FROM IoTrove.iot_device_status_fact WHERE utc_time BETWEen '2024-09-12' AND '2024-09-13' AND device_mac = 'eb5ae1c09eac88e480mika' ORDER BY utc_time DESC 查询发现有device_mac != 'eb5ae1c09eac88e48...
2.1
0
votes
1
answers
65
views
Prev
Prev
233
234
235
(current)
236
237
Next
Next
Hot Questions
Doirs 2.1.10 报错请求的转换无效
doris版本为2.1.10查询报错,更新前2.1.7版本的查询没有问题,请问该怎么解决
Doris 3.1 查询加速
有偿解决问题!doris查询性能提升
1 answers
如何降低doris远程存储的访问频率
manager新建doris集群java的问题
1 answers