Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
danvid
5
•
asked Sep 14, 2024
doris唯一建模型对本表子查询特别慢,cpu跑满
{code...}
2.0
0
votes
1
answers
106
views
____
5
•
asked Sep 14, 2024
请教个问题:新项目部署新集群,2.1.6版本可以使用jdk17吗? 有什么已知问题吗?
新项目部署新集群,2.1.6版本可以使用jdk17吗? 有什么已知问题吗?
3.0
2.1
0
votes
3
answers
120
views
Darkal
3
•
asked Sep 14, 2024
3.0.1版本,BE长期运行后内存泄漏,BRPC IOBufBlockMemory 100G
请求结束后无释放,请问需要修改什么配置以限制IOBufBlockMemory的容量? | Type | Label | Parent Label | Limit | Current Consumption(Bytes) | Current Consumption(Normalize) | Peak Consumption(Bytes) | Peak Consumption(Normalize) | | global | IOBufBlockMemory | DetailsTr...
3.0
0
votes
2
answers
177
views
Zhuxiang Bin
3
•
asked Sep 13, 2024
异步物化视图问题请教
doris版本:2.1 我有一个表a 分区如下: PARTITION BY RANGE(_mt_datetime) (PARTITION p20240801 VALUES [('1970-01-01 08:00:00'), ('2024-08-01 00:00:00'))...... 基于表a创建物化逻辑视图逻辑如下: CREATE MATERIALIZED VIEW mv2 BUILD DEFERRED REFRESH AUTO ON MAN...
2.1
0
votes
2
answers
61
views
haoxin
5
•
asked Sep 13, 2024
【doris2.1.5】Dorsi时间字段结果读取错误, 时间精度 9999 超长
组件版本信息 组件 版本信息 doris 2.1.5 flink 1.17.2 flink-doris-connector-1.16 1.6.2 Doris数据 id data_time 1 9999-12-31 00:00:00 表结构信息 {code...} 结果 1978-01-12T05:29:45.600
2.1
0
votes
1
answers
91
views
xxwxfD
3
•
asked Sep 13, 2024
外部异步物化视图查询不能命中
{code...} 查询语句: 创建物化视图语句一样也不能命中 最终目的在这个物化视图上面进行where scr_id=? 进行查询,但是原来一样语句不能命中,where 一样不能命中, MaterializedViewRewriteFail: Name: internal#test#ld FailSummary: View struct info is invalid Name: internal#test#ld1 FailSummary: View struct info...
mtmv
0
votes
2
answers
82
views
wang wenliang
3
•
asked Sep 13, 2024
flink sql-client 和java 应用程序均不能获取到oracle数据
参照文档 [https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/zh/docs/connectors/flink-sources/oracle-cdc/] 配置oracle 执行建表 执行查询: select * from testb; 查询无数据
2.1
0
votes
1
answers
38
views
kkop
3
•
asked Sep 13, 2024
doris支持关闭ONLY_FULL_GROUP_BY吗?
doris支持关闭ONLY_FULL_GROUP_BY吗,如果支持该怎么设置
2.1
0
votes
2
answers
56
views
蜂蜜烤鸡翅
17
•
asked Sep 13, 2024
数据备份手册链接失效
手册数据备份页面 [https://doris.apache.org/zh-CN/docs/2.0/admin-manual/data-admin/backup] 的一些链接失效了
2.0
0
votes
1
answers
26
views
Darkal
3
•
asked Sep 13, 2024
Doris 3.0.1版本,修改基于S3外部表的view会导致FE 恢复editlog时Crash
复现操作: 1、创建基于S3的View Create View dmp.xxxxx as SELECT goods_sn,site_l1_cd FROM s3 ( "URI" = "s3://xxxxxxxxxx/prod/goods_selection/tag_id=600105150/dt=20240911081645/*.orc", "s3.endpoint" = "https://s3.us-west-2.ama...
3.0
0
votes
2
answers
89
views
Prev
Prev
209
210
211
(current)
212
213
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
N-Gram索引的分词粒度是字符级别还是word级别
1 answers
Doris2.0物化视图使用疑问
Doris 集成 Ranger 后,部分查询出现errCode = 2, detailMessage = Nereids cost too much time ( 43s > 30s
Doris3.0.4如何只给用户加函数的执行权限,不让用户看到函数内容?
使用grouping set后,在加上lateral view explode查询慢