Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
changguowei
199
•
asked Jul 10, 2024
对于有不同NodeRole类型的集群中执行混合查询SQL,中间聚合是在computation做还是mix节点中?
测试发现: 当min_backend_num_for_external_table=-1时,所有外部表查询都是在computation节点执行,所有内部表都是在mix节点上执行,所有routine load任务也都在mix节点上执行 但是如果SQL是外部表和内部表关联时,是如何查询的呢(外部表在什么节点查、内部表在什么节点查、中间聚合又在什么节点执行)?
2.1
0
votes
1
answers
66
views
xiaofan2015
5
•
asked Jul 10, 2024
2.1 hudi查询增量报错
执行 set global enable_nereids_planner = true; explain SELECT * from test.hudi_mock_orders@incr('beginTime'='20240710150000795'); 报错 1105 - errCode = 2, detailMessage = Hudi incremental read is not supported, please set enable...
2.1
0
votes
1
answers
70
views
Rick
7
•
asked Jul 10, 2024
FlinkCDC执行TaskManager,Flink日志无报错,Doris却没有数据导入
2.0
0
votes
2
answers
78
views
王艳忠
62
•
asked Jul 10, 2024
2.1.3 be触发jvm 致命错误 然后退出
我这边启动be后 就会出现个hs_err_pid.log 日志 之后 be就退出了 jvm 就会出现堆栈溢出的情况 应该怎么解决呢 这是be.out BE.warning
2.1
0
votes
1
answers
81
views
moon
3
•
asked Jul 10, 2024
使用x2doris迁移数据时提示java.lang.IllegalArgumentException: Spark type is DATETIMEV2, but arrow type is TIMESTAMPMICRO
版本:selectdb-doris-2.1.1-rc05 如果没有日期字段的表迁移数据都没问题,不知道为啥一有日期字段就报这个错误了,我最开始的方案使用FLink 来迁移,当时使用DorisSourceFunction的时候 也碰到了如果要迁移的数据里面有日期类型,获取到的scheme为null,发现官网有个x2doris工具,结果用这个工具日期字段也有问题,有碰到过的兄弟吗,报错截图如下:
2.1
0
votes
2
answers
110
views
____
5
•
asked Jul 10, 2024
【已解决】Arrow Flight SQL 连接doris 2.1.3 报错
doris-2.1.3-rc09 show frontends; show backends; python 版本 3.10 adbc: {code...}
2.1
ingestion
0
votes
2
answers
196
views
Fennng
27
•
asked Jul 10, 2024
join列为左表分桶列之一时,能否命中bucket shuffle join?
文档中在描述bucket shuffle join的条件时提到:join的等值表达式命中了A的数据分布列。请问这句话的意思是哪种: (1)join的等值表达式所对应的列,要和A表的分桶列完全一致 (2)join的等值表达式所对应的列,包含在A表的分桶列中
2.1
docs
0
votes
1
answers
79
views
Belief
9
•
asked Jul 10, 2024
【已解决】doris-2.0.9的enable_profile未生效
doris版本:2.0.9 selectDb webUi:2.0.3 问题1 在mysql客户端关闭了 set global enable_profile = false之后,通过selectDb的webui查询doris,仍然生成了 profile 问题2 在mysql客户端打开了 set global enable_profile = True之后, mysql客户端的查询生成了profile,但是通过spring-boot的jdbc查询未生成profile 问题3 为s...
doris-webui
2.0
0
votes
1
answers
130
views
Shylin
15
•
asked Jul 10, 2024
【已解决】Doris BenchMark TPCH 100G执行耗时久
1、Doris version:2.1.3/2.1.4 2、3FE(8C8G)3BE(48C256G) 独立部署 3、已设置 /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor 为performance 4、Q2 SQL执行耗时 5-6min,也有其他sql执行耗时长 explain和query 如下: 链接:https://pan.baidu.com/s/1Uv8GULGAvwMH_Hu3vouLSQ 提取码:yksg
2.1
performance
0
votes
1
answers
170
views
lanranjun
3
•
asked Jul 10, 2024
【已解决】cdc同步Doris数据库,小文件多次合并导致checkpoint异常
doris版本2.0.11 connector版本1.17-1.6.1 数据源表有4000万 问题描述 Doris数据库A中的多个表做cdc同步,为了合并cdc小文件,会暂停cdc程序并保存savepoint。新建表 table_tmp,将表table数据写入 table_tmp,接着删除table,将table_tmp重命名为table。 最后从savepoint启动cdc程序。 这样操作几次后,cdc同步到数据库A的任务checkpoint都会卡在IN_PROGRESS,...
ingestion
2.0
0
votes
1
answers
233
views
Prev
Prev
354
355
356
(current)
357
358
Next
Next
Hot Questions
4.0.6版本不支持 unsupported hive table serde: org.apache.hadoop.hive.serde2.JsonSerDe
2 answers
存算分离cloud模式下的灾备问题
3 answers
3.1.4 使用ccr 同步数据到4.0.6报错
1 answers
DBA岗位招聘
be连续崩溃
1 answers
单表事务堆积,返现最早一条是因为更新版本时,Tablet 没有任何副本成功写入,导致事务积压,达到上限,无法写入数据,怎么解决
1 answers