Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
张彬华
7703
•
asked Aug 2, 2024
【Apache Doris】周FAQ集锦:第 17 期
欢迎查阅第 17 期的 Apache Doris 社区 FAQ 栏目! 在这个栏目中,每周将筛选社区反馈的热门问题和话题,重点回答并进行深入探讨。旨在为广大用户和开发者分享有关 Apache Doris 的常见问题。 通过这个每周 FAQ 栏目,希望帮助社区小伙伴更好地了解和应用 Apache Doris,促进经验交流和技术共享。
community
周faq
0
votes
1
answers
150
views
张彬华
7703
•
asked Aug 2, 2024
【Apache Doris】周FAQ集锦:第 16 期
欢迎查阅第 16 期的 Apache Doris 社区 FAQ 栏目! 在这个栏目中,每周将筛选社区反馈的热门问题和话题,重点回答并进行深入探讨。旨在为广大用户和开发者分享有关 Apache Doris 的常见问题。 通过这个每周 FAQ 栏目,希望帮助社区小伙伴更好地了解和应用 Apache Doris,促进经验交流和技术共享。
community
周faq
0
votes
1
answers
142
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
134
views
wanxiaohun
41
•
asked Aug 2, 2024
doris-streamloader 导入 orc格式文件失败
{code...} 通过 select into file 方式导出的ORC文件,使用该工具没有数据导入,使用curl方式能够正常导入 这个工具支持 ORC格式的文件导入么
2.1
0
votes
1
answers
39
views
某某某某
54
•
asked Aug 2, 2024
doris 查询报 Host is down
同时导入任务也报错: 但是此时be是存活的, 心跳也是正常的。 版本 selectdb-doris-2.1.5-rc02-5733c9d84d
2.1
0
votes
2
answers
43
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
83
views
Jude
1
•
asked Aug 2, 2024
Caused by: Unable to apply CreateTableEvent to an existing schema for table "waimai.CustomerServiceMessageRecord"
2024-08-02 10:44:01,039 INFO io.debezium.jdbc.JdbcConnection [] - Connection gracefully closed 2024-08-02 10:44:01,041 INFO org.apache.flink.cdc.connectors.mysql.source.assigners.MySqlSnapshotSplitAssigner [] - Start splitting table waimai....
3.0
0
votes
2
answers
87
views
某某某某
54
•
asked Aug 2, 2024
show create materialized view 返回空
1.CREATE TABLE test ( a TINYINT NULL DEFAULT "0", b INT NULL DEFAULT "0", c INT NULL DEFAULT "0", t DATETIME NOT NULL COMMENT '', d BIGINT SUM NULL DEFAULT "0", e BIGINT SUM NULL DEFAULT "0" )...
2.1
0
votes
1
answers
24
views
Jasonf
21
•
asked Aug 2, 2024
2.1.5 这个之后有计划支持吗?Not support InsertOverwriteTableStmt type in job
org.jkiss.dbeaver.model.sql.DBSQLException: SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = Not support InsertOverwriteTableStmt type in job 现在提示报错说不支持 需求背景是 原表有可能删除数据 单单只有into的支持是不够的
2.1
0
votes
1
answers
57
views
volcano
5
•
asked Aug 1, 2024
golang gorm limit报错
在golang中使用gorm查询doris数据,使用了Limit(100),但是报错: Error 1105 (HY000): errCode = 2, detailMessage = Syntax error in line 1: ...R BY timestamp desc LIMIT ? ^ Encountered: ? Expected doris版本2.1.4
2.1
0
votes
1
answers
72
views
Prev
Prev
275
276
277
(current)
278
279
Next
Next
Hot Questions
doris 2.1.8 如何安装在申威的sw64架构上?
Doirs 2.1.10 报错请求的转换无效
doris版本为2.1.10查询报错,更新前2.1.7版本的查询没有问题,请问该怎么解决
有偿解决问题!doris查询性能提升
1 answers
Doris2.1.10使用catalog连接paimon,新增数据看不到,必须手动refresh CATALOG才能看得到
如何降低doris远程存储的访问频率