Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Echo.Duang
12
•
asked Sep 3, 2024
关于包含bitmap字段类型的表导出导入问题
如下图:export命令导出带bitmap类型字段表,直接报类型错误。 doris-1.2.6-rc03-135921a
1.2
0
votes
1
answers
64
views
ning
3
•
asked Sep 3, 2024
clone了源码有些依赖始终下载不下来该怎么解决?
本身是想获取FE解析sql语句生成AST的相关代码,是必须编译才能获取到吗?
3.0
2.0
0
votes
2
answers
96
views
gundam
1
•
asked Sep 3, 2024
重启Doris后,发现插入错误,需要重建表,怀疑是Doris Bug
我使用过doris 2.1.2, 目前升级为3.0.1 都发现过这个问题,就是一张表,使用datax的writer进行写入,写入很简单就是某一个表,,但是几乎每次重启doris后写入会报错,Message":"[ANALYSIS_ERROR]TStatus: errCode = 2, detailMessage = Does not support non-builtin functions, or function does not exist: curre...
3.0
2.1
0
votes
2
answers
205
views
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
111
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
111
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
123
views
zlhxxx
176
•
asked Sep 3, 2024
部分列更新的时候,如果不传createtime,使用了建表时间
建表的时候 create_time DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', 设置为current time 但是如果原本没这个数据,部分列更新的时候,生成的是建表时间,不是当前时间 如果不是部分列更新则正常
2.1
0
votes
1
answers
82
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
136
views
MadBeeDo
3
•
asked Sep 3, 2024
doris查询kudu负载高
用kudu catalog查询kudu数据,负载从20%飙升至90%左右,长时间为查询出结果。
3.0
0
votes
1
answers
58
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
129
views
Prev
Prev
307
308
309
(current)
310
311
Next
Next
Hot Questions
DBA岗位招聘
3.1.4 使用ccr 同步数据到4.0.6报错
1 answers
be连续崩溃
单表事务堆积,返现最早一条是因为更新版本时,Tablet 没有任何副本成功写入,导致事务积压,达到上限,无法写入数据,怎么解决
1 answers
FE节点内存溢出
1 answers
flink doris connector整库同步oracle多表数据,会使oracle生成大量归档日志吗,如何解决
1 answers