Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
yckonnnnnn
11
•
asked Sep 25, 2024
Doris表恢复
如图,我有两张一样的rds2 表被删除了,我只想恢复第一条,也就是tableid = 1063288的这张表,该如何恢复呢?之前都是按照表名进行恢复的,现在就是遇到了表名一样,只要恢复指定的表如何操作?
2.1
0
votes
1
answers
68
views
swiftlei
3
•
asked Sep 25, 2024
请教: DORIS 2.1.6 如何在streamload中使用自定义函数(UDF)?
DORIS版本: 2.1.6 官方文档中说在 streamload 的列转换时支持使用udf,但在streamload中,使用udf会报Does not support non-builtin functions, or function does not exist的错误,具体运行条件如下: 1、http put streamload + basicauth方式,用户为root权限; 2、数据格式为 json (read_json_by_line = true 的模式) 3...
2.1
0
votes
1
answers
95
views
王艳忠
62
•
asked Sep 25, 2024
2.1.6 INTO OUTFILE 多线程不生效
1、1fe 3be 环境 2、TPCH 生成的表 单副本 131M的数据 3、执行Sql语句 {code...} 6、fe 日志
2.1
0
votes
1
answers
72
views
leoleo
17
•
asked Sep 25, 2024
2.1.6版本 doris 设置topn_opt_limit_threshold无效问题
尝试topn优化,设置topn_opt_limit_threshold的值,但是不管是设置0禁用还是大于默认1024的值都是会出现默认topn优化的情况,应该是设置的session没生效。 执行global和非gloabal都无效。 set global topn_opt_limit_threshold=10240; set topn_opt_limit_threshold=10240;
2.1
0
votes
1
answers
98
views
Henray0607
5
•
asked Sep 25, 2024
聚合模型 设置 AggregationType
这里表述是不是不太对:user_id、date、age、sex应该是设置了AggregationType吧? [https://doris.apache.org/zh-CN/docs/table-design/data-model/aggregate]
2.1
0
votes
2
answers
75
views
Fashion
3
•
asked Sep 24, 2024
CCR跨集群同步导致带宽被占满
1.环境描述: Doris版本:2.0.8 ccr-syncer版本:2.0.3.9 2.场景描述: 为了做生产Doris灾备,搭建了目标集群,并通过ccr-syncer进行跨集群数据同步。 3.问题描述: 在创建完syncer任务进行数据同步时,会把网络带宽占满,进而影响其他业务的开展;将download_binlog_rate_limit_kbs设置为20480进行限速后,还是会打满网络带宽,100M的带宽大概会占用70M/s,请问如何解决这种网络带宽占用过高的问题?
2.0
0
votes
2
answers
216
views
FishMAN
13
•
asked Sep 24, 2024
doris 2.1.6查询hudi表报错
查询普通parquet表没问题,查询hudi表就会报错,hudi版本是0.10.1,报错日志: {code...}
2.1
0
votes
1
answers
75
views
typuc
17
•
asked Sep 24, 2024
x2doris 重自建doris到腾讯云doris 失败
1,软件版本 x2doris selectdb-x2doris-1.0.5_2.12 doris 版本 2.0.8 2,抽数场景 抽取部分自建表到腾讯云doris,其中两个表重试几次,也是报同样错误 java.lang.RuntimeException: 24/09/24 16:17:04 ERROR BackendClient: server 'Doris BE{host='10.100.0.68', port=9060}' internal...
2.0
0
votes
2
answers
94
views
w604470835
3
•
asked Sep 24, 2024
doris2.0.0版本使用 bitmap_agg位图函数报错没有No matching function with signature
而且查不到任何这个报错的资料
2.0
0
votes
1
answers
62
views
Shylin
15
•
asked Sep 24, 2024
IFNULL返回结果不合预期
doris version: 2.1.6 sql1: select time_to_sec(cast('2024-09-24 16:00:00' as varchar)); -- 57600 sql2: select sec_to_time(57600); -- 04:00:00 PM sql3: select sec_to_time(time_to_sec(cast('2024-09-24 16:00:00' as varchar))); -...
2.1
0
votes
1
answers
54
views
Prev
Prev
290
291
292
(current)
293
294
Next
Next
Hot Questions
be连续崩溃
单表事务堆积,返现最早一条是因为更新版本时,Tablet 没有任何副本成功写入,导致事务积压,达到上限,无法写入数据,怎么解决
1 answers
FE节点内存溢出
1 answers
flink doris connector整库同步oracle多表数据,会使oracle生成大量归档日志吗,如何解决
1 answers
Current database is not set
2 answers
在Doris4.X别名函数兼容问题
1 answers