Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
komdu
1
•
asked Aug 1
异步物化视图创建问题
CREATE TABLE IF NOT EXISTS lineitem ( l_orderkey integer not null, l_partkey integer not null, l_suppkey integer not null, l_linenumber integer not null, l_quantity decimalv3(15,2) not null, l_extendedprice decimalv3(15,2) not null, l_disco...
2.1
0
votes
1
answers
16
views
Syon
1
•
asked Aug 1
mysql到doris做cdc整库同步时,--multi-to-one-origin不生效
使用flink-doris-connector-1.16-25.1.0.jar包在mysql到doris整库实时同步时,须合并多个表结构一致,数据须合并为一张表,添加以下参数: --including-tables="a_.*|c" --multi-to-one-origin="a_.*" --multi-to-one-target="a|c" 结果:cdc还是同步过来两张子表(a_1,a_2),且合并后的a表未创建,请问是什么...
ingestion
0
votes
1
answers
19
views
Tangco
13
•
asked Jul 31
routine load 订阅kafka消息,报错E1008
全新部署的集群,1FE+3BE,版本2.1.10, 用routine load 订阅kafka消息,使用show命令查看任务运行状态,总是有一个报错E1008,订阅任务状态运行中但是表数据量没有增长。 经测试FE及各BE节点网络通畅,此表内数据可正常查询 {code...}
2.1
0
votes
1
answers
36
views
erdong
11
•
asked Jul 31
集群tablet健康监控的OversizeNum指标
doris 2.1.10 集群tablet健康监控的OversizeNum指标的计算是怎样的,怎么定义oversize,有些tablet大小处于官网建议的1-10G之间,依然被当成oversize
2.1
cluster
0
votes
1
answers
27
views
lim
1
•
asked Jul 31
doris如何通过定时任务实现scd2
我有一个维度表如下,尝试使用定时任务,但是报错显示不支持以下sql语句,请问基于doris如何定时实现以下功能呢: CREATE VIEW vw_ods_location AS SELECT p.id AS province_id, c.id AS city_id, d.id AS district_id, p.full_name AS province_full_name, c.full_name AS city_full_name, d.name AS district_...
job-scheduler
2.1
faq
0
votes
1
answers
20
views
jianmin0920
5
•
asked Jul 31
新建了两个表,一个采用的DUPLICATE模型,一个是UNIQUE模型,消费同一个topic,结果数据写入两张表的时间不一致
新建了两张表: CREATE TABLE dwd_equip_charge_log ( operator_id varchar(200) NOT NULL COMMENT '运营商编码', connector_id varchar(200) NOT NULL COMMENT '充电设备接口编码', station_id varchar(32) NULL COMMENT '充电站编码', equipment_id varchar(...
content
0
votes
1
answers
98
views
AAA
1
•
asked Jul 31
doris 2.1.0 BE节点内存使用越来越大,排查发现很多查询没有释放内存,请问如何解决
doris 2.1.0 BE节点内存使用越来越大,排查发现很多查询没有释放内存,请问如何解决
2.1
0
votes
1
answers
36
views
chensheng
11
•
asked Jul 31
存算分离架构如何?
当前doris集群采用存算一体架构,本地存储磁盘实际是挂载oss云盘,那么和直接使用Doris存算分离架构在任务计算上会有差异吗?
decoupled
upgrade
0
votes
1
answers
93
views
EzGan
1
•
asked Jul 31
Doris be异常
be日志中有大量的failed to drop table和meet error status: [NOT_FOUND]could not find tablet,伴随着be内存监控断断续续的,是删表造成的吗,有什么排查方法。 Doris版本2.1.8.1。
2.1
0
votes
1
answers
35
views
lzy
3
•
asked Jul 31
doris 能否根据dat 文件恢复数据
我有一个单副本的表副本损坏了,但是有完整的dat 文件和元数据文件,能否根据这两种文件恢复数据,或者其他恢复手段也行
2.1
0
votes
1
answers
22
views
Prev
Prev
40
41
42
(current)
43
44
Next
Next
Hot Questions
2.1版本BE 节点老是挂掉
2.1.10 执行JDBC insert SQL的时候报BufferUnderflowException错误
1 answers
Doris V2.0.10 不支持直接调整表的压缩策略吗?
通过官网提供的包将pg数据库的表同步到doris,没有把pg的索引同步到doris
3 answers
show partitions from table里的DataSize为0
1 answers
Doris 3.1 存算分离模式清理缓存