Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
____
3
•
asked Aug 20, 2024
be节点不定时crash
doris的版本,基于官方的1.2.8版本自己编译的,不过使用官方的版本仍然会有这个错误,见图片 {code...}
1.2
0
votes
1
answers
89
views
wywCn
7
•
asked Aug 20, 2024
doris执行查询导致节点宕机
be.out *** Query id: fca065a384eb4917-93365c01a42d0bc1 *** *** tablet id: 0 *** *** Aborted at 1724141710 (unix time) try "date -d @1724141710" if you are using GNU date *** *** Current BE git commitID: ae923f7094 *** *** SIGSEGV ad...
2.0
0
votes
1
answers
176
views
yang
3
•
asked Aug 20, 2024
物化视图bitmap
聚合模型上创建物化视图时是否不可以使用bitmap_union函数
2.1
物化视图
0
votes
1
answers
31
views
_青柠__
1
•
asked Aug 20, 2024
动态分区表仅某日数据查询报错partition_in_memory_update_interval_secs如何解决
外部表A按月分区,查询时加了分区,也在where子句中添加了日期筛选条件,其它日期的都可,只有2024/07/04的报错[HY000][1105] errCode = 2, detailMessage = (10.0.66.61)[CANCELLED]NoSuchFieldError: partition_in_memory_update_interval_secs。 我检查了doris的配置SHOW VARIABLES LIKE '%partition_in_mem...
2.1
0
votes
1
answers
27
views
00SoWhat00
6
•
asked Aug 20, 2024
BUG explode_map() 函数BUG
{code...}
2.1
0
votes
1
answers
20
views
pillar
5
•
asked Aug 20, 2024
Doris查询数据中间结果落盘功能
现阶段doris如果涉及到大查询,在内存不足或者集群压力比较大的时候,会导致超内存限制而语句报错,但是实际开发过程中,有些离线数据或者实时性要求不高的数据,只需要得出结果,不需要很快的响应,请问doris是否支持中间结果落盘的计划? 可以在session级别或者sql级别添加参数,控制该执行的sql,中间结果落盘,而不报超内存错误,执行时间长都没问题
2.1
0
votes
1
answers
116
views
pillar
5
•
asked Aug 20, 2024
同样的数据,排序键顺序不一样,数据量差30%
Doris版本:doris-2.0.9-5c2fca80b0 建表语句1: 建表语句2: 同样使用lz4压缩方式,唯一的区别就是,主键排序字段不一样 表一使用lz4压缩,主键顺序event_name(varchar100)排在首位,show data 大小为 5.203 GB 表一使用lz4压缩,主键顺序event_time(datetime)排在首位,show data 大小为 3.815 GB 为何仅仅修改了排序键的顺序,占用磁盘空间差距近30%? 主键顺序不同,是否有索...
2.0
0
votes
1
answers
100
views
dinsy
3
•
asked Aug 20, 2024
请教,Doris在做压测时,出现查询效率低的问题,请大神帮忙分析一下
Doris在做压测时,出现查询效率低的问题, 基本信息如下: Doris三台机器,1台FE,三台BE,64核,128G,HDD 单表600W,大约1G,分两个桶,没有分区,SQL语句单条查询大概在1.5-2秒左右,压测100并发时间在13-20秒之间 QueryProfile分析: 根据QueryProfile信息, 1. 在Instance 26d0866efab94717-a8ef244b11cb8f1d(.224)的PipelineTask (index=1)中Task...
2.0
0
votes
1
answers
135
views
智慧畅行-龚进
19
•
asked Aug 20, 2024
Doris集群数据迁移
我们现在在阿里云上面有两个doris集群(一个是1.2.6版本,一个是2.0.9版本),现在要把数据整体迁移到天翼云的doris集群(2.0.9版本),总数据量在2T左右,有什么快速可靠的迁移方案吗?
2.0
0
votes
1
answers
67
views
boview
5
•
asked Aug 20, 2024
doris 2.1.2 fe.warn.log 一直打印日志
2.1
0
votes
1
answers
23
views
Prev
Prev
235
236
237
(current)
238
239
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
2.1.11版本集成Ranger后,字段脱敏不可用,行过滤偶尔不可用
be挂掉,be.out提示Abort due to name conflict
1 answers
Doris 错误信息提示不准确
Doris查询超时,已在SQL语句设置/*+ query_timeout(3000) */ 仍然在900秒时中断
CREATE JOB不支持insert overwite