Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
zoro
46
•
asked Jul 19, 2024
稀疏索引行数可以修改吗
官网描述如下: Doris可以在建表时指定稀疏索引行数为其他值吗 比如:8192
2.1
0
votes
1
answers
33
views
anan0120
15
•
asked Jul 19, 2024
测试用oracle外部表创建异步物化视图异常
测试异步物化视图,doris版本:doris-2.1.4-rc02 测试结果:测试用外部表创建异步物化视图异常,当外部表用大写时,提示表不存在; 用小写时,视图创建成功,但数据不存在 详细测试步骤如下: 第一步查询外部表----正常输出 mysql> select a.id -> from oracle_232.INMON.F_PERSONAL_INFO a -> join oracle_232.INMON.T_SEX b on a.sex=b.id lim...
2.1
0
votes
1
answers
116
views
____
20
•
asked Jul 19, 2024
doris union all 执行插入报错sync filter size meet error, filter: RuntimeFilter:
doris版本2.1.4 执行sql: insert into enterprise_atlas.ft_colleges_and_sri(unit_id,unit_class_code,U1310000,U1310100,U1310110,U1310111 , U9310001, U9310002, U9311001, U9311002, U9311003, U9311004,is_deleted,process_update_time) select unit_id,uni...
2.1
0
votes
2
answers
109
views
抽刀断水
3
•
asked Jul 19, 2024
doris如何通过客户端导出文件命令是什么
我需要在linux命名行导出大数据量文件。有什么命令可以支持?
2.0
0
votes
1
answers
51
views
likeiuuu
1
•
asked Jul 19, 2024
doris查询效率很快,插入数据很慢
大佬们 写了一段sql查询不到一两秒就查出来了,插入数据进去死活插不进去是为什么
2.0
0
votes
1
answers
109
views
doaneyang
13
•
asked Jul 19, 2024
根据int字段类型月份建动态分区,有什么好的方式?
有个字段是月份YYYYMM格式,int类型,想根据这个字段做动态分区,或者更方便的分区建表语句,怎么实现呢?
1.2
0
votes
1
answers
44
views
____
1
•
asked Jul 19, 2024
关于doris manager 显示fe not alive的问题
我的doris数据库是一个fe一个be的方式部署在阿里云ecs上的,版本是2.1.0,amd64。 fe的jvm内存配置给了48GB,be默认未修改。 从前两日开始doris manager显示fe节点fe not alive为1,然后监控面板上关于fe节点的记录开始由线变成点,之后直接没有记录了。但是实际上doris数据库是可以访问的,但是越来越慢,查询时间变长,建立jdbc连接要3-10s,查看了fe的日志也没有看到有啥异常,通篇都是Connection set quer...
2.1
0
votes
1
answers
78
views
tlzmkm
17
•
asked Jul 18, 2024
有没有类似PG数据的VACUUM命令
doris版本 1.2.7 模型使用的是UNIQUE KEY, 相同的数据,相同的表结构,写入的方式不用导致,数据大小的差异非常大。 上边是一次一次同步产生的数据。 下面是过同步代码迁移之后的数据(之所以多的原因是,是我特意多同步了几天相同的数据,发现他的数据量会增长,存储空间也会增加)。 想问有没有类似 PG VACUUM这个样的名称,重新整理一下数据碎片,使数据储存空间变小. 更新这个是做过BC和CC之后的对比 大小并没有变化
1.2
0
votes
1
answers
94
views
peace
9
•
asked Jul 18, 2024
meet error status: [INTERNAL_ERROR]Could not find local receiver怎么解决
W20240718 16:25:31.816236 3768182 status.h:412] meet error status: [INTERNAL_ERROR]Could not find local receiver for node 1 with instance f25a5a37e115429a-800f30dd8e6ccfa7 {code...}
2.1
0
votes
1
answers
46
views
hchen231
1
•
asked Jul 18, 2024
使用窗口函数查询报错,错误显示tablet does not exist
sql 如下 select row_number() over (partition by vin order by cloud_time desc) as rm, vin, odometer_master_value, cloud_time from dcsp_prod.o_tcu_xev_data_monitor where date_format(cloud_time, '%Y-%m-%d') >= '2024-01-17' lim...
2.0
0
votes
2
answers
100
views
Prev
Prev
328
329
330
(current)
331
332
Next
Next
Hot Questions
Doris 2.0.15,3FE、6BE(3BE mix角色 3BE computation角色)3个mix角色的BE节点CPU使用率100%
1 answers
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
1 answers
Doris 4.0.4 物化视图异常问题反馈
升级至4.0.4后物化视图查询失败,报错Insert a plan into targetGroup but differ in logicalproperties
1 answers
Doris 4.x 预热
doris3.0.8运行insert into 任务报错send fragments failed. io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED