Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Jambo
3
•
asked Nov 1, 2024
flink cdc 同步mysql整库到doris
开启第一次同步任务,doris中能自动建表并将全量同步过去,后续增量也OK,取消任务后再次重启任务,增量就同步不了了 cdc捕获到了数据,就是没写到doris
2.0
0
votes
5
answers
110
views
bo8888
3
•
asked Oct 31, 2024
JSON 数据导入 相关问题
{ “@timestrap”: 1728888888,"id": 123, "city" : [{ "name" : "beijing", "region" : "haidian" },{ "name" : "shanghai", "region" : "pudong" }]} json 数据如上 我建表字段 ts,i...
ingestion
0
votes
1
answers
30
views
zlhxxx
140
•
asked Oct 31, 2024
2.1.6 索引过滤
select count(*) from dwd_ess_cell_inc where time>= '2022-01-01' and namespace_code = 'zj-yh' 这个没走前缀索引 select count(*) from dwd_ess_cell_inc where time>= '2024-10-31' and namespace_code = 'zj-yh'; 这个走了前缀...
2.1
0
votes
2
answers
55
views
Kevin.Shin
19
•
asked Oct 31, 2024
doris tablet 均衡策略
Doris-2.0.10 集群新增了两个be, 由于新主机和集群中其它主机是异构的,目前看大部分tablet都被“自动均衡”到新的主机上了 想了解下,Doris的均衡策略是什么,我的情况怎么解决。
2.0
0
votes
2
answers
60
views
fatTiger
3
•
asked Oct 31, 2024
开窗函数 first_value(`xxx`, 1) 忽略空值不生效
如题,使用如下 SQL : {code...} deviceId 字段类型 是 VARCHAR frequent_ip 字段类型是 ARRAY<VARCHAR(1024)> 将上述函数中的 1 换成 true 也没生效。
2.1
0
votes
1
answers
39
views
____
5
•
asked Oct 31, 2024
doris2.0.13版本中如何为每个分区指定分桶
{code...} 以上脚本执行出错,提示ountered: DISTRIBUTED Expected: COMMA */ [https://doris.incubator.apache.org/zh-CN/docs/2.0/table-design/data-partition] 这里提到【每个分区可以单独指定分桶数量】,具体的建表语法是什么? 解决数据倾斜问题:【每个分区可以单独指定分桶数量】。如按天分区,当每天的数据量差异很大时,可以通过指定分区的分桶数,合理划分不同分...
2.0
0
votes
1
answers
30
views
hazad
13
•
asked Oct 31, 2024
catalog查询报错,版本2.1.2
1105 - RuntimeException, msg: org.apache.doris.common.UserException: errCode = 2, detailMessage = java.lang.RuntimeException: Conflict table names found in remote database/schema: xx when lower_case_table_names is 1: [xx, xx]. Please use me...
2.1
0
votes
3
answers
53
views
海中之龙
13
•
asked Oct 31, 2024
升级Doris后通过catalog查询sql变慢
同一条sql,升级Doris后,通过catalog查询sql变慢,原来只需要几秒钟,现在需要一分钟。 升级前版本:Doris2.1.5 升级后版本:Doris2.1.6 执行SQL: {code...}
2.1
0
votes
2
answers
114
views
kingsy
1
•
asked Oct 31, 2024
一开始加入的backend的ip为127.0.0.1,能这个ip修改为内网ip吗?
show backend
2.0
0
votes
1
answers
23
views
baibai
3
•
asked Oct 31, 2024
有没有更新的grafana Dashboard 模板可以分享
目前官网提供的Dashboard 模板使用版本较低,2.1.6部分监控项数据显示不正常
2.1
0
votes
1
answers
48
views
Prev
Prev
131
132
133
(current)
134
135
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
doris如何查看merges的情况
mybatisplus写入异常
物化视图刷新任务失败,失败原因提示“errCode = 2, detailMessage = (10.74.107.1)[CANCELLED]sync filter size meet error”
1 answers
agent每隔15s查询__internal_schema.column_statistics,结果正常返回,但是fe、be均有报错
1 answers
3.0.5 后端存储minio负载很高
1 answers