Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
许鸿坤@Cisco
21
•
asked Apr 17, 2024
【已解决】index占用内存的配置有哪些?如何避免index不命中
请问有没有关于index占用内存的limit设置,我们现在有足够的内存,所以不想index miss的情况,或者将这个这个miss index的概率降到很低的配置呢 InvertedIndexQueryCacheHit: 114 InvertedIndexQueryCacheMiss: 44
2.1
0
votes
1
answers
81
views
gfox
15
•
asked Apr 17, 2024
【已解决】使用Flink Doris Connector读取kafka数据写入DORIS,如何提升写入速度
使用Flink Doris Connector读取kafka数据写入DORIS,开启了checkpoint,checkpoint的间隔是20秒,现在写入速度是10000每秒,请问如何提升单并发的写入速度?
ingestion
2.0
0
votes
3
answers
197
views
____
3
•
asked Apr 17, 2024
【已解决】routine load json有特殊字符,同步失败
Reason: Parse json data for JsonDoc failed. code: 13, error info: Within strings, some characters must be escaped, we found unescaped characters 示例数据: "content":"EventQueued"
ingestion
2.0
0
votes
2
answers
118
views
Kevin.Shin
19
•
asked Apr 17, 2024
【已记录】doris是否计划提供数据变更日志,类似于MySQL的binlog
如题,如果基于doris做分层的实时数仓,binlog会有较大的帮助,dw,dm只拿增量数据计算就行
demand
0
votes
1
answers
87
views
albert
13
•
asked Apr 16, 2024
【已解决】托管的doris集群升级,be存储配置是多目录时,在备份数据阶段有${DORIS_HOME}未解析,导致升级失败
doris-manager 版本24.0.0
manager
0
votes
1
answers
82
views
haoxk
11
•
asked Apr 16, 2024
【已解决】failed to do base compaction
在2.1.1版本中,be后台一直报内存超限。 W20240416 19:27:29.919912 580810 compaction.cpp:374] fail to do base compaction. res=[MEM_LIMIT_EXCEEDED]PreCatch error code:11, [E11] Allocator sys memory check failed: Cannot alloc:3515, consuming tracker:BaseCompac...
2.1
0
votes
1
answers
165
views
Kevin.Shin
19
•
asked Apr 16, 2024
【已解决】decimal(18,0) 类型字段,转字符串的时候会加上 .00000的文本
Doris 1.2.7 升级到 Doris 2.0.8 发现与以前行为不一致的地方: decimal(18,0) 类型字段,转字符串的时候会加上 .00000的文本 使用concat函数也会加上.00000的文本
2.0
0
votes
2
answers
41
views
yang
5
•
asked Apr 16, 2024
【已解决】数据自动均衡时,提示unable to find dest path for new replica
版本2.0.3,为了做资源隔离,按照官方文档操作,用了一个be,设置了 "tag.location" = "etl" 原来的表属性从 {code...} 开启自动均衡之后,通过show proc "/cluster_balance/history_tablets" 查看已完成的任务,发现一直报 unable to find dest path for new replica,网上资料甚少,请问是哪个地方漏了配置吗,还是同一个表不...
resource-admin
2.0
0
votes
1
answers
175
views
jency401
15
•
asked Apr 16, 2024
【已解决】doris-1.2.2自定义别名函数创建 Not supported expr type: ((`id` + 5) * 0.04)
比如想创建 一个 (a+5)*0.004的一个计算函数。 命令如下: CREATE ALIAS FUNCTION fun_gridx(decimalv3) WITH PARAMETER(id) AS ((id+5)*0.04); sql手册中create function实列: CREATE ALIAS FUNCTION id_masking(INT) WITH PARAMETER(id) AS CONCAT(LEFT(id, 3), '****', RIGH...
1.2
0
votes
2
answers
80
views
wlllll
3
•
asked Apr 16, 2024
【已解决】字段值相乘精度丢失问题
如图,使用表字段进行计算时精度会丢失,在 2.1.1和2.1.2 版本都遇到了 字段类型是 DECIMAL(38, 12) NULL
2.1
0
votes
2
answers
83
views
Prev
Prev
343
344
345
(current)
346
347
Next
Next
Hot Questions
【系列直播预告】Apache Doris 3.1 新版本解读(共 3 期):整体功能介绍、半结构化、湖仓一体
1 answers
doris manager能否升级springboot版本
1 answers
doris的be奔溃,版本2.1.7
1 answers
Doris部署架构推荐
1 answers
Doris开启了2阶段提交,且事务已经被清理了,如何判断最近一次的ckp对应的事务是否正常提交了
报错: Failed to get scan range, no queryable replica found in tablet
1 answers