Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
liuhx
1
•
asked Sep 3, 2024
添加 Doris Cluster 资源定义 报错
kubectl apply -f doris.selectdb.com_dorisclusters.yaml 报错 The CustomResourceDefinition "dorisclusters.doris.selectdb.com" is invalid: metadata.annotations: Too long: must have at most 262144 bytes
3.0
0
votes
1
answers
81
views
nokichen
29
•
asked Sep 3, 2024
前缀索引某场景下过滤失效
版本:v2.1.5 有一张unique模型的表,使用sessionId作为unique key 查询模型: select count(*) from table where sessionId in ('xxx','xxx'...) 问题: 当sessionId in的list中元素个数<=48个时,查询性能极高 而元素个数>48个时,前缀索引失效,表全扫 以下是当元素为48个和49个的profile对比 48个: 49个: 经验证...
2.1
0
votes
3
answers
88
views
_青柠__
1
•
asked Sep 3, 2024
如何关闭优化器?
版本2.1.3/2.1.5,执行以下sql报错[HY000][1105] errCode = 2, detailMessage = (10.8.12.73)[CANCELLED]UdfRuntimeException: UDF failed to evaluate CAUSED BY: NullPointerException: null 通过explain得知doris优化器自动合并子句的筛选条件,但是我需要基于子查询的结果进行处理。 官方文档提供的关闭优化器方法并不生效,...
2.1
0
votes
2
answers
73
views
zlhxxx
140
•
asked Sep 3, 2024
部分列更新的时候,如果不传createtime,使用了建表时间
建表的时候 create_time DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', 设置为current time 但是如果原本没这个数据,部分列更新的时候,生成的是建表时间,不是当前时间 如果不是部分列更新则正常
2.1
0
votes
1
answers
48
views
向心001
3
•
asked Sep 3, 2024
除了show partitions from tables单表查分桶分区,有只需一个命令查出所有表的分桶分区的方法吗?
我想查doris2.0版本指定库下所有表的分桶分区信息,只能通过show partitions from tabled单表查分桶分区吗?有哪些系统表是记录分桶分区的,我试了select * from information_schema.PARTITIONS;查报错,有只需一个命令查出所有表的分桶分区的方法吗?
2.0
0
votes
1
answers
44
views
MadBeeDo
3
•
asked Sep 3, 2024
doris查询kudu负载高
用kudu catalog查询kudu数据,负载从20%飙升至90%左右,长时间为查询出结果。
3.0
0
votes
1
answers
25
views
阿杜2024
3
•
asked Sep 3, 2024
flink-doris-connector-1.16-1.6.2 的 lookup-join ,在 cache-miss 时,性能表现不佳
背景:1520万行的 paimon 事实表,lookup-join doris 维表(183条数据),打宽之后写入 paimon 另一张表。 问题:整体 ETL 吞吐量较低,大约 1122条/秒。 期望:整体吞吐量能达到大于或等 1万/秒。 原因:发现 1520万 的源数据中,超过 80% 的数据不能命中 doris 维表,即使开了 doris lookup 缓存也无效果。 其它试验: 1、当大量或全量源数据 cache-hit doris 维表时,吞吐量能达到 4万条/秒。...
2.1
0
votes
4
answers
98
views
ROCKY
3
•
asked Sep 2, 2024
docker pull apache/doris:build-env-for-2.0 无法下载,一直报错: connect: connection refused
报错如下: [root@master doris]# docker pull apache/doris:build-env-ldb-toolchain-latest Trying to pull repository docker.io/apache/doris ... build-env-ldb-toolchain-latest: Pulling from docker.io/apache/doris 200d8544077b: Pulling fs layer a3ed9...
2.1
0
votes
1
answers
33
views
文小誉123
15
•
asked Sep 2, 2024
doris-Streamloader设置首行过滤导入存在数据丢失问题
发现csv文件数据量在千万以上,设置过滤首行,会存在数据丢失情况,并且过滤首行也没有生效,发现数据中还是存在首行字段。
2.1
0
votes
1
answers
43
views
it123wb
3
•
asked Sep 2, 2024
streamload怎么规避关键字列名
使用streamload在导入本地文件时候,列字段未index 关键字,提示detailMessage = Syntax error in line 1:\nCOLUMNS (index,username,city,age,sex,...\n ^\nEncountered: INDEX\nExpected: INDEX is keyword, maybe INDEX\n",尝试添加 `` 发现仍然不起作用
2.1
2.0
0
votes
1
answers
25
views
Prev
Prev
222
223
224
(current)
225
226
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
DELETE之后存储占用未减少
doris3.0.5版本,执行查询和插入时候数据量不一致
be各节点数据均衡
doris-be隔几个小时重启,看日志没有报错,没发现Crash和OOM
1 answers
DORIS 2.1.10 sql错误未能正确返回错误原因
1 answers