Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Cecotw
7
•
asked Aug 5, 2024
doris 单表数据过滤,如何能达到mysql或者es的查询效率
1.同一份数据,在pg或者mysql中查询只需要3ms,es需要5ms,而doris需要13ms,虽然doris做一些大数据数据分析比较好,但是在分析完后,取相关信息的详情,感觉就有点力不从心了,特别在一些查询要求比较高的情况。 2.以下profile显示: 总耗时13ms,是不是执行器优化这块可以根据用户相关的选择,或者自动将简单的查询优化器耗时低一些。
2.1
0
votes
3
answers
113
views
wanxiaohun
41
•
asked Aug 5, 2024
UNIQUE 引擎 通过 routineload 从kafka导入数据速度慢
doris 版本 2.1.3 现象:通过routine load 方式将数据从kafka导入到doris的TPS不及预期,有什么可以优化的参数调整能够提高写入TPS呢 目前 routine load的并发已经调整到了8. 整个集群的规模: FE数量为:1,8核32G BE数量为:7,8核64G routine load 创建命令: {code...}
2.1
0
votes
1
answers
128
views
changguowei
199
•
asked Aug 5, 2024
Doris2.1.5版本SQL查询失败报错Initialize datasource failed,如何解决?
Doris版本2.1.5 报错信息如下: errCode = 2, detailMessage = (ali-doris-prod-03)[CANCELLED]JdbcExecutorException: Initialize datasource failed: CAUSED BY: CommunicationsException: Communications link failure The last packet sent successfully to the se...
2.1
0
votes
1
answers
112
views
张彬华
7698
•
asked Aug 2, 2024
【Apache Doris】周FAQ集锦:第 18 期
欢迎查阅第 18 期的 Apache Doris 社区 FAQ 栏目! 在这个栏目中,每周将筛选社区反馈的热门问题和话题,重点回答并进行深入探讨。旨在为广大用户和开发者分享有关 Apache Doris 的常见问题。 通过这个每周 FAQ 栏目,希望帮助社区小伙伴更好地了解和应用 Apache Doris,促进经验交流和技术共享。
community
周faq
0
votes
1
answers
292
views
张彬华
7698
•
asked Aug 2, 2024
【Apache Doris】周FAQ集锦:第 17 期
欢迎查阅第 17 期的 Apache Doris 社区 FAQ 栏目! 在这个栏目中,每周将筛选社区反馈的热门问题和话题,重点回答并进行深入探讨。旨在为广大用户和开发者分享有关 Apache Doris 的常见问题。 通过这个每周 FAQ 栏目,希望帮助社区小伙伴更好地了解和应用 Apache Doris,促进经验交流和技术共享。
community
周faq
0
votes
1
answers
180
views
张彬华
7698
•
asked Aug 2, 2024
【Apache Doris】周FAQ集锦:第 16 期
欢迎查阅第 16 期的 Apache Doris 社区 FAQ 栏目! 在这个栏目中,每周将筛选社区反馈的热门问题和话题,重点回答并进行深入探讨。旨在为广大用户和开发者分享有关 Apache Doris 的常见问题。 通过这个每周 FAQ 栏目,希望帮助社区小伙伴更好地了解和应用 Apache Doris,促进经验交流和技术共享。
community
周faq
0
votes
1
answers
176
views
____
33
•
asked Aug 2, 2024
golang 如何使用group commit
doris版本:2.1.5 开发语言:golang sql sdk: github.com/go-sql-driver/mysql,database/sql 描述:建立链接以后,首先执行db.exec("SET group_commit = async_mode;")。然后批量执行insert,速度很慢,最快的时候30s,大概执行3w行。因为文档没有给出golang的示例,所以我用了三种方式: 1:最快的就是拼成insert into table(field)...
2.1
0
votes
1
answers
149
views
wanxiaohun
41
•
asked Aug 2, 2024
doris-streamloader 导入 orc格式文件失败
{code...} 通过 select into file 方式导出的ORC文件,使用该工具没有数据导入,使用curl方式能够正常导入 这个工具支持 ORC格式的文件导入么
2.1
0
votes
1
answers
51
views
某某某某
54
•
asked Aug 2, 2024
doris 查询报 Host is down
同时导入任务也报错: 但是此时be是存活的, 心跳也是正常的。 版本 selectdb-doris-2.1.5-rc02-5733c9d84d
2.1
0
votes
2
answers
54
views
changguowei
199
•
asked Aug 2, 2024
开启workload group内存硬限制后,部分SQL限制不了
Doris版本:2.1.5 workload group能够现在哪些查询类型,不能限制哪些查询类型,官网有说明吗? 比如说可以现在group by操作,限制不了count(distinct)操作
2.1
0
votes
3
answers
113
views
Prev
Prev
317
318
319
(current)
320
321
Next
Next
Hot Questions
Doris 2.0.15,3FE、6BE(3BE mix角色 3BE computation角色)3个mix角色的BE节点CPU使用率100%
1 answers
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
1 answers
Doris 4.0.4 物化视图异常问题反馈
升级至4.0.4后物化视图查询失败,报错Insert a plan into targetGroup but differ in logicalproperties
1 answers
Doris 4.x 预热
doris3.0.8运行insert into 任务报错send fragments failed. io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED