Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
张彬华
7678
•
asked Aug 2, 2024
【Apache Doris】周FAQ集锦:第 16 期
欢迎查阅第 16 期的 Apache Doris 社区 FAQ 栏目! 在这个栏目中,每周将筛选社区反馈的热门问题和话题,重点回答并进行深入探讨。旨在为广大用户和开发者分享有关 Apache Doris 的常见问题。 通过这个每周 FAQ 栏目,希望帮助社区小伙伴更好地了解和应用 Apache Doris,促进经验交流和技术共享。
community
周faq
0
votes
1
answers
126
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
127
views
wanxiaohun
41
•
asked Aug 2, 2024
doris-streamloader 导入 orc格式文件失败
{code...} 通过 select into file 方式导出的ORC文件,使用该工具没有数据导入,使用curl方式能够正常导入 这个工具支持 ORC格式的文件导入么
2.1
0
votes
1
answers
34
views
某某某某
54
•
asked Aug 2, 2024
doris 查询报 Host is down
同时导入任务也报错: 但是此时be是存活的, 心跳也是正常的。 版本 selectdb-doris-2.1.5-rc02-5733c9d84d
2.1
0
votes
2
answers
36
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
68
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
80
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
17
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
51
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
55
views
chen
7
•
asked Aug 1, 2024
使用routine load导数到聚合模型的表中,获取最大最小时间报错unknown reference column
doris 版本2.0.11 CREATE TABLE ods_cp.sta_electricity_service_fee_agg ( station_id varchar(30) COMMENT "场站id", duration bigint SUM DEFAULT "0" COMMENT "充电时长 充电时长单位秒", charging_electricity decimal(18,3) SUM DEFAULT "...
2.0
0
votes
2
answers
61
views
Prev
Prev
217
218
219
(current)
220
221
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
Doris 数据查询时,返回的记录数少于底表符合条件的记录数,丢失数据
Doris-3.0.6 内存占用大,后端没有执行的进程,一直持续升高不释放
Date与DatatimeV2
3 answers
Doris 里的表最多支持多少列?
1 answers
doris 导出报错 2.1.9
1 answers