Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
WindowsHK
1
•
asked Nov 1, 2024
字段值大小写敏感问题?
问题1:Doris如何设置字段值大小写不敏感? 问题2:collation如何设置为utf8mb3_general_ci?(是要永久的) 若把变量设置utf8mb3_general_ci,也没效的。 问题3:若没法解决字段值大小写敏感问题,未来有ISSUE解决吗? 以下是简单查看 show collation utf8mb4_0900_bin utf8mb4 309 Yes Yes 1 utf8mb3_general_ci utf8mb3 33 Yes Yes 1 SHOW ...
3.0
2.1
0
votes
3
answers
224
views
Gavin
3
•
asked Nov 1, 2024
2.0.2 关联查询不到结果问题
CREATE TABLE test1 ( id int(11) NOT NULL, user_id int(11) NOT NULL, brand int(11) NOT NULL , regulate int(11) NOT NULL, ) ENGINE=OLAP UNIQUE KEY(id, user_id, brand, regulate) COMMENT 'OLAP' PARTITION BY LIST(regulate) (PARTITION P_V...
query
2.0
0
votes
1
answers
63
views
Jambo
3
•
asked Nov 1, 2024
flink cdc 同步mysql整库到doris
开启第一次同步任务,doris中能自动建表并将全量同步过去,后续增量也OK,取消任务后再次重启任务,增量就同步不了了 cdc捕获到了数据,就是没写到doris
2.0
0
votes
5
answers
129
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
35
views
zlhxxx
158
•
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
58
views
Kevin.Shin
19
•
asked Oct 31, 2024
doris tablet 均衡策略
Doris-2.0.10 集群新增了两个be, 由于新主机和集群中其它主机是异构的,目前看大部分tablet都被“自动均衡”到新的主机上了 想了解下,Doris的均衡策略是什么,我的情况怎么解决。
2.0
0
votes
2
answers
76
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
52
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
41
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
62
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
124
views
Prev
Prev
193
194
195
(current)
196
197
Next
Next
Hot Questions
求助,be内存配置合理方案
Doris3.1 存算分离 S3请求
3个并发任务写入同一张表,报错 get tableList write lock timeout
使用flink-doris-connector-1.17 25.1.0同步数据,新增更新操作能成功同步,删除操作不生效
Doris 2.1.6 SQL_BLOCK_RULE 命中后错误信息不正确,显示为未知列错误而非规则拦截提示
1 answers
selectdb3.0.9版本be崩溃