Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
____
1
•
asked Jun 29, 2024
数据库表增加了索引查询没有生效
有A表,数据量1已,里面的字段a1是没有索引的,根据a1字段查询数据需要耗时30秒,给a1创建了索引(CREATE INDEX idx_name ON A(a1);),索引也创建进去了,但是查询的速度耗时没有变化,是我创建索引的姿势有问题吗?
2.0
0
votes
2
answers
82
views
CloudS3n
3
•
asked Jun 28, 2024
【已解决】请问动态分区前缀的长度限制是多少
Doris版本:2.0.9
2.0
0
votes
1
answers
27
views
郭明昊
11
•
asked Jun 28, 2024
【已解决】arrow flight sql问题,使用 Python 的 ADBC Driver 连接 Doris,执行查询 sql 读取不到数据
一.首先,我在doris2.1.2版本可以读到以下两个sql的数据,然后我doris2.1.2 直接升级到doris2.1.4, 就读不到了 二.2.1.4版本,执行简单sql,可以读到数据,如下 执行带有join的sql,返回为空,也没有报错信息,不知道怎么排查,如下 三.还有一个问题:上面的执行都是在ubuntu服务器上,在我的笔记本电脑上,执行python的arrow_flight_sql,会报错如下
2.1
query
0
votes
1
answers
156
views
jency401
15
•
asked Jun 28, 2024
2.0.11,执行sql时提示 execute sql error: Communications link failure The last packet successfully received from the server was 3,600,017 milliseconds ago
已知该sql关联的表数据量很大, sql语句: insert into a select ... from b left jon c ... left join d ... 1.设置了 {"useSSL":"false","socketTimeout":"5600034"}。 2.SET query_timeout = 5000; 报错提示: execute sql error: Communications l...
2.0
0
votes
1
answers
87
views
xiyang.zdz
5
•
asked Jun 28, 2024
【已解决】doris2.1.3版本,flink采用jdbc方式实时更新doris数据速度慢的问题
flink截图[版本1.14.5] 建表语句 {code...} 请各位大佬指点~感谢 问题描述: 1、在用flink读取kafka数据然后生成sql,采用jdbc的方法实时更新doris宽表。在sql没有攒批,单条执行的情况下,速度只有每秒100-200左右条的更新。 2、如果换成flink-doris-connector,更新速度会有提升吗,提升有多少?
2.1
ingestion
0
votes
1
answers
148
views
____
5
•
asked Jun 28, 2024
doris2.0.10 catalog paimon 查询出来的数据和insert into 后的数据不一致
建表DDL: {code...} 发现很多的字段都为空 select count(1) from center_dim.dim_ip_info_copy where (ip1_name is null or ip2_name is null or ip3_name is null)
catalog
2.0
0
votes
3
answers
112
views
____
5
•
asked Jun 28, 2024
【已解决】doris-manage24.0.2 无法获取doris的日志,立即巡检无反应
集群通过doris-manage24.0.1部署的doris2.0.10,在doris-manage24.0.1中存在无法正常获取fe、be的日志(看接口返回的日志文件都是be.out、fe.out)、以及在doris-manage24.0.1中点击立即巡检无响应,在升级doris-manage24.0.2后仍然存在此问题
manager
2.0
0
votes
1
answers
123
views
____
5
•
asked Jun 28, 2024
【已解决】不能使用go的orm驱动操作doris吗?
{code...} 2024/06/27 10:33:19 Error 1105 (HY000): errCode = 2, detailMessage = Only support prepare SelectStmt point query now
2.0
0
votes
1
answers
127
views
Blue.Zhao
3
•
asked Jun 28, 2024
【已解决】Doris 中Failed to get scan range, no queryable replica found in tablet 问题
报错: 界面报错 后台报错 1、根据官方手册查询问题,发现healthyNum都为0,二个tablet都无法访问 2、根据官方修复手段,admin repair 无效 3、后来通过新建空副本方式,完成了修复,参考:https://blog.csdn.net/ppfreedom/article/details/125021626 由于kafka只存储了一天数据,导致一天之前的数据无法恢复,数据副本都在,且磁盘卷没有损坏。 求助二个问题: 1、遇到之前的报错问题,该如何正确修复t...
2.0
0
votes
2
answers
505
views
notmastr
3
•
asked Jun 28, 2024
第一次成功启动fe和be后重启,无法打开:8030/home.mysql无法连接
下面截图.左边是fe日志,右边是be日志,fe启动一开始报了个错-拒绝连接,后面正常运行.be无报错 fe:8030/home 打不开了. 下面是fe的启动日志: 下面是fe中的一些错误信息:
2.0
0
votes
1
answers
64
views
Prev
Prev
246
247
248
(current)
249
250
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
2.1.8 基于docker的doirs部署出现 FE 心跳异常 TTransportException: MaxMessageSize reached
doris 2.1.10 查询异常 There is no scanNode Backend available
创建一个表之后,可以获取到对应的tableid吗
1 answers
dorisManager获取本地ip错误
Cluster Manager 监控图表显示 no data 的解决办法