Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
zhangrq5
4
•
asked Aug 29, 2024
主键模型 建表时分桶列为什么限制必须为主键列【2.1.5-rc02】
[https://github.com/apache/doris/pull/31951] 这个PR提交增加了建表时的语法检查,现有的2.1.0版本未有此限制。 想咨询下增加该限制的原因。
2.1
0
votes
1
answers
89
views
Smithone
1
•
asked Aug 29, 2024
创建 FlinkJob 任务,自动同步表结构并创建 CDC 任务持续导入数据,失败
.根据源表创建 FlinkJob 任务,自动同步表结构并创建 CDC 任务持续导入数据,可使用如下命令提交 Job 任务: docker exec doris-jobmanager-1 /opt/flink/bin/flink run -Dexecution.checkpointing.interval=5s -Dparallelism.default=1 -c org.apache.doris.flink.tools.cdc.CdcTools /opt/flink/lib/...
2.1
0
votes
1
answers
88
views
TheThirdReich
3
•
asked Aug 29, 2024
be数据目录磁盘占用空间
doris版本:2.0.3 目前通过show backends显示其中一个be的数据占用只有879G 但在实际的数据目录中(排除日志、垃圾回收箱),占用空间达到了1.3T 这个状态持续了大半个月以上,尝试过重启机器释放文件句柄,但没有效果,目前怀疑可能是部分分片因为某些原因没有被正确清理,目前我该如何去定位这个问题?
2.0
0
votes
2
answers
110
views
varian
3
•
asked Aug 29, 2024
通过jdbc执行sql查询, 把结果insert到数据表时,结果数不确定
重现步骤: 0, 原始表数据未发生变化 1, sql执行查询,结果数是确定的29614,前后多次执行结果不变 {code...} 数据库版本:doris 2.1.5 jdbc版本:mysql-connector-j-8.2.0.jar和mysql-connector-java-5.1.49.jar 请问一下怎么处理或者如何进一步排查这个问题?
2.1
0
votes
2
answers
74
views
Mr.Lee
3
•
asked Aug 29, 2024
doris 查询列表不支持子查询吗?可用什么代替吗?
2.0
0
votes
1
answers
168
views
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
46
views
徐振超@SelectDB
7846
•
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
452
views
徐振超@SelectDB
7846
•
asked Aug 29, 2024
【Apache Doris】数据均衡问题排查指南
一、前提概要 当集群处于以下几种情况时,可参考本文进行问题排查。 BE节点之间的数据不均 单个BE节点上的多个磁盘之间的数据不均 BE节点的上线和下线进度卡死(BE的tablet数量没有变化) 在排查数据均衡问题之前,需要先确认FE的以下几个参数是否正确 {code...}
content
1
votes
1
answers
732
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
83
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
54
views
Prev
Prev
251
252
253
(current)
254
255
Next
Next
Hot Questions
Doirs 2.1.10 报错请求的转换无效
doris版本为2.1.10查询报错,更新前2.1.7版本的查询没有问题,请问该怎么解决
Doris2.1.10使用catalog连接paimon,新增数据看不到,必须手动refresh CATALOG才能看得到
有偿解决问题!doris查询性能提升
1 answers
Doris 3.1 查询加速
如何降低doris远程存储的访问频率