Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
BingzZ
11
•
asked Aug 29, 2024
表按月进行分区使用delete删除时不指定PARTITION只在where后面过滤分区字段doris对自动推断出分区吗?
表使用day字段按月分区,使用delete from table where day='2024-08-28'进行删除。 使用show delete查看发现partitionName是* 这是没有自动推断出分区全分区扫描了吗?
2.1
0
votes
2
answers
43
views
徐振超@SelectDB
7121
•
asked Aug 29, 2024
【最佳实践】X2Doris 常见问题及处理方案
安装部署 参考官网文档: [https://docs.selectdb.com/docs/ecosystem/x2doris/x2doris-deployment-guide 使用指南 参考官网文档:https://docs.selectdb.com/docs/ecosystem/x2doris/x2doris-use-guide] 常见问题 推荐使用最新版本的X2Doris,目前仅支持jdk8 使用文档参考:https://docs.selectdb.com/docs/ec...
x2doris
content
faq
0
votes
3
answers
365
views
徐振超@SelectDB
7121
•
asked Aug 29, 2024
【Apache Doris】数据均衡问题排查指南
一、前提概要 当集群处于以下几种情况时,可参考本文进行问题排查。 BE节点之间的数据不均 单个BE节点上的多个磁盘之间的数据不均 BE节点的上线和下线进度卡死(BE的tablet数量没有变化) 在排查数据均衡问题之前,需要先确认FE的以下几个参数是否正确 {code...}
content
1
votes
1
answers
560
views
leoleo
17
•
asked Aug 29, 2024
arrow-flight-sql 查询结果 时间为utc-8
如题,使用arrow-flight-sql查询stream_loader 导入结果(默认使用东八区时区utc+8),mysql-client查询返回时间正常,但是arrow-client返回结果成了utc-8,想问一下是什么原因,需要怎么处理arrow-flight-sql
2.1
0
votes
1
answers
74
views
____
5
•
asked Aug 29, 2024
自定义 function ,当 doris 重启以后,发现 部分用户没有访问自定义 function 的权限
现状: 目前有一个用户 redash 被 admin 授权了,部分表,只读权限 GRANT Select_priv ON internal.ph_risk.analyze_report_loan TO ROLE 'bi_ph_role'; redash 拥有角色 bi_ph_role 然后, admin 添加一个全局 function CREATE GLOBAL ALIAS FUNCTION data_masking(TEXT) WITH PARAMETER(...
2.1
0
votes
1
answers
44
views
____
3
•
asked Aug 29, 2024
Doris BE 突然批量重启
重启时间点的报错,没有搜到相关的,求助社区
2.1
0
votes
2
answers
64
views
____
1
•
asked Aug 29, 2024
通过StreamLoad模式导入大批量数据事务被CANCELLED
报错信息 FE {code...} 是否存在网络问题或者配置问题呢
2.1
0
votes
2
answers
139
views
ycp_
3
•
asked Aug 29, 2024
doris-BE磁盘问题
一个BE节点上有两块磁盘,使用lvm分区的方式,将两块磁盘挂载到一个/data目录下,部署BE的时候,设置了一个数据存储路径,/data/doris-be/data,后续如果新增一块磁盘,扩容到之前的lvm卷组下,能正常扩容BE节点的存储能力吗,影响数据均衡吗
2.0
0
votes
1
answers
64
views
like
7
•
asked Aug 29, 2024
doris2.1.5创建hudi外表,查询报错,是不是不支持hudi0.10
1105 - errCode = 2, detailMessage = Unexpected exception: hoodie.properties file seems invalid. Please check for left over .updated files if any, manually copy it to hoodie.properties and retry 请问下这个问题是不是hudi版本太低了导致的? 查hudi0.10需要什么版本的doris呢...
catalog
0
votes
1
answers
67
views
Yangboxiao
47
•
asked Aug 29, 2024
【问题】str_to_date 函数带时间的格式化不会命中分区
版本:2.1.4 问题描述: 现有两个sql, {code...} 描述结果:PREDICATES: (__DORIS_DELETE_SIGN__[#121] = 0) AND (CAST(begin_time[#0] AS DATETIMEV2(6)) >= '2024-08-14 00:00:00') AND (CAST(begin_time[#0] AS DATETIMEV2(6)) <= '2024-08-28 23:59:59&#...
2.1
0
votes
1
answers
59
views
Prev
Prev
191
192
193
(current)
194
195
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
Doris 版本 2.1.0, 使用 selectDB Studio 查看表信息时一直提示错误 ParseException
1 answers
doris多次查询结果不一致。
doris 2.1 TTransportException: Socket is closed by peer
Doris3.0.5,执行一个耗时SQL,其他所有会话效率显著降低
doris自增列重复