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
156
views
椰子Echo@SelectDB
1111
•
asked Mar 13, 2024
【最新:大数据工程师】Apache Doris 社区招聘信息汇总,长期有效,建议收藏
小伙伴们好,Apache Doris 在深受社区用户喜爱与信任的同时,也收到了一些有关大数据、数据仓库、计算引擎研发等技术岗位招聘与求职需求,特此帮转,欢迎关注~ 岗位信息帮转可联系 Doris 小助手,微信号:ApacheDoris_Official(添加好友请备注来意) 本帖长期有效,如需转发,请按下方格式说明,谢谢! 【招聘】/【求职】 岗位名称: 工作地点: 工作经验/年限: 学历要求: 工作职责: 任职要求(招聘方填写): 联系方式:
community
ask
5
votes
19
answers
7899
views
Pumbaa
9
•
asked 8h ago
ARM 环境部署 3.1.x 存算分离架构通过doris-operator部署时FoundationDB 镜像问题
Doris 3.1.4 存算分离架构通过 doris-operator 部署在 Kubernetes 上 doris-operator 中 fdb 的镜像版本为 7.1.x 但是fdb官方的镜像7.1.x版本没有arm架构 官方3.1.4版本中metaService使用的fdb client端也是7.1.x 在 arm 环境将 fdb 版本替换为 7.3.x arm 版本,metaService 服务连接fdb失败 请问下如何解决这个问题,感谢
decoupled
operator
install
0
votes
0
answers
5
views
duogui_001
1
•
asked 12h ago
doris 2.1 stream load 使用group commit 有2个报错
一个是query time out 另外一个是can not get a block queue for table_id, 报错截图如下: 麻烦帮忙看下如何解决呢
2.1
0
votes
0
answers
7
views
labuladuo
17
•
asked Apr 8
【倒排索引存储格式】修改表属性里的 inverted_index_storage_format
旧集群升级到新集群后,表属性里的inverted_index_storage_format还是V1且不支持修改。我针对此case做了一个功能优化,支持在表没有倒排索引时,能够修改表的 inverted_index_storage_format 属性,但是发现已有的 tablet schema 里的值没有变化。 要想对全部tablet生效,需要在alter时把 inverted_index_storage_format 推送到BE,BE 侧接收后更新 tablet schema...
upgrade
4.0
0
votes
1
answers
51
views
yadao
1
•
asked Apr 8
请问当前推荐的生产环境最新稳定版本是多少呢?
我们目前是用的2.1.10,看2.1.x好久没有更新了,准备升级适配到下一个版本,请问当前推荐的生产环境最新稳定版本是多少呢?
upgrade
0
votes
1
answers
16
views
CYOSEI
35
•
asked Apr 8
get_json_string/json_extract 在不同的Doris版本中结果不一致
执行以下SQL 查询语句 {code...} 可以在2.1.X版本中得到json_key对应的value集合 但是在SD 4.1.2 版本中相同的查询遍历不出来数据 希望SD 4.1.X可以修复这个问题
3.0
query
0
votes
1
answers
15
views
ICE_wei
1
•
asked Apr 8
服务器如何配置才比较合理?
当前共有3台服务器,都是16核、64G,目前是存算一体的方式部署,3个fe、3个be。数据是通过Debezium+kafka+doris sink的方式进行的实时同步,数据通过每次的量不大,从几十到几百行不等,最多的也就5000左右。但是业务数据变更会比较平凡,几乎时时都有数据更新。但在配置Debezium时,已经做了限制,即每10秒去捕获一次。另外,doris目前我们考虑用来做报表的查询,已经建了60来个物化视图且都是增量异步的方式。从数据同步的情况来看,数据量确实是不大的...
resource-admin
mtmv
cluster
performance
install
0
votes
0
answers
3
views
xuweijun
35
•
asked Apr 7
doris 4.x版本是不会出selectdb版本吗,还是现在的版本不稳定?
doris 4.x版本是不会出selectdb版本吗,还是现在的版本不稳定?
4.0
0
votes
1
answers
37
views
EzGan
1
•
asked Apr 3
Doris 某个be节点负载高,导致短暂宕机
一个be节点,负载突然增高导致be宕机,但是其他资源使用没有明显升高,三次be crash时间分别是08:10,16:10,17:05左右 CPU和内存是正常的 但该be确实短暂重启了 be.out信息,应该可以排除oom的可能性 日志无法上传,可以添加微信18852852213
2.1
cluster
0
votes
1
answers
46
views
1
(current)
2
3
4
5
Next
Next
Hot Questions
ARM 环境部署 3.1.x 存算分离架构通过doris-operator部署时FoundationDB 镜像问题
doris 2.1 stream load 使用group commit 有2个报错
【倒排索引存储格式】修改表属性里的 inverted_index_storage_format
1 answers
请问当前推荐的生产环境最新稳定版本是多少呢?
1 answers
get_json_string/json_extract 在不同的Doris版本中结果不一致
1 answers
doris 4.x版本是不会出selectdb版本吗,还是现在的版本不稳定?
1 answers