Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
椰子Echo@SelectDB
1111
•
asked Nov 24, 2025
【资料获取】AI- Native 系列直播,聚焦 AI 函数、混合检索、实践落地等
11 月 27 日(周四) 19:30-20:30,飞轮科技资深技术专家、Apache Doris PMC 成员李昊鹏、Apache Doris Active Contributor 林真祺将带来 Apache Doris 4.0 版本原生 AI 函数的设计理念、实现原理 以及企业级应用的解读,为用户提供更强大、更易用的智能数据分析体验。 资料获取: [https://www.selectdb.com/resources/events/doris-webinar-202511...
community
4.0
0
votes
0
answers
153
views
椰子Echo@SelectDB
1111
•
asked Mar 13, 2024
【最新:大数据工程师】Apache Doris 社区招聘信息汇总,长期有效,建议收藏
小伙伴们好,Apache Doris 在深受社区用户喜爱与信任的同时,也收到了一些有关大数据、数据仓库、计算引擎研发等技术岗位招聘与求职需求,特此帮转,欢迎关注~ 岗位信息帮转可联系 Doris 小助手,微信号:ApacheDoris_Official(添加好友请备注来意) 本帖长期有效,如需转发,请按下方格式说明,谢谢! 【招聘】/【求职】 岗位名称: 工作地点: 工作经验/年限: 学历要求: 工作职责: 任职要求(招聘方填写): 联系方式:
community
ask
5
votes
19
answers
7852
views
cai
3
•
asked 14h ago
升级后视图查询速度变慢
有2张数据类似的表,为方便查询建了一个视图(union all)。一个计算同住的SQL,在原2.1的时候速度在1-2s。后来升级到4.0后查询需要6-10s。 为了测试结果准确,关闭了缓存。 -- 当前会话禁用查询结果缓存 SET enable_query_cache = false; -- 或者禁用 SQL 缓存 SET enable_sql_cache = false; 原视图查询:7.71s。 如果对单个表查询,查询速度在1.16s。2张表加起来也不超过3s。enabl...
4.0
0
votes
0
answers
5
views
cai
3
•
asked 17h ago
日志一直在报parse date or datetime fail
是从2.1->3.0->3.1->4.04的升级路线走的。 看FE日志不停的报parse date or datetime fail,string:'0000-00-00 00:00:00' failed to initialize storage reader,tablet=10961。 请问怎么定位?怎么处理? 知道query_id,怎么查看具体的sql语句?
4.0
0
votes
1
answers
11
views
Yz1988
7
•
asked Mar 31
doris-manager webserver启动问题
重启doris-manager webserver,后台进程起来了,但是8004端口一直没出来。页面也登录不上去。启动日志如下
manager
0
votes
1
answers
10
views
graay
1
•
asked Mar 31
doris存算一体架构中,对表进行冷热分层后,数据放在远程存储cos上面,发现磁盘暴涨的同时cos的读请求量很大。
建表语句如下:-- 归档库 create database if not exists archive ; use archive ; CREATE TABLE ods_1_2_game_center_user_balance_record_archive ( partition_created_at datetime NOT NULL COMMENT "创建时间:分区键", record_id bigint NOT NULL COMMENT "主键I...
2.1
0
votes
1
answers
20
views
shenxiang
11
•
asked Mar 30
使用StreamLoad向Doris-4.0.1版本的聚合表导数据超时问题
最近将Doris环境的版本从2.1.5升级到4.0.1,升级后验证功能是否都正常时发现使用streamload方式向一张聚合表批量导入数据时会超时ReadTimeOut, 表结构如下 CREATE TABLE instantaneous ( interval bigint NOT NULL, org_id varchar(32) NULL DEFAULT "", device_code varchar(64) NULL, point_name varchar(...
ingestion
faq
upgrade
0
votes
1
answers
20
views
pengpeng
1
•
asked Mar 30
Doris从2.1.6迭代升级到3.1.2后故障问题
春节前有一天,FE的磁盘满了,没有及时清理,后续清理磁盘后,通过--metadata_failure_recovery命令,修复元数据并启动主节点后,重启从节点发现FOLLOWER无法接入主节点,一启动从节点就会导致主节点宕机,报出是BDB异常,查了说是3.x之后BDB保护机制导致的,避免BDB数据错乱; 后续问AI,尝试执行 ALTER SYSTEM DROP FOLLOWER "10.0.30.216:9010";删除FOLLOWER后 重新执行ALTER...
3.0
cluster
upgrade
0
votes
0
answers
16
views
asx
1
•
asked Mar 30
fe报错:write lock timeout
doris2.1.4版本,运行一段时间后就出现这个报错: failed to cancel query xxxx instance initiated=true done=false backend:79493,fragment id=Foo,reason:without status failed to try table 表名's write lock,timeout 10000 milliseconds,current owner:null org.apache...
2.1
0
votes
1
answers
10
views
seawenc
15
•
asked Mar 30
doris4向hive库insert overwrite会卡住
doris版本:doris-4.0.2-rc02 hive版本:3.1.3 运行SQL: {code...}
4.0
0
votes
1
answers
21
views
1
(current)
2
3
4
5
Next
Next
Hot Questions
日志一直在报parse date or datetime fail
1 answers
升级后视图查询速度变慢
doris存算一体架构中,对表进行冷热分层后,数据放在远程存储cos上面,发现磁盘暴涨的同时cos的读请求量很大。
1 answers
doris-manager webserver启动问题
1 answers
Doris从2.1.6迭代升级到3.1.2后故障问题
使用StreamLoad向Doris-4.0.1版本的聚合表导数据超时问题
1 answers