Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
chance
1
•
asked Dec 11, 2025
不同doris集群如何同步数据?
假设我有AB两个doris集群,需要定期将A集群中的数据同步到B集群中,该如何实现? doris版本是2.1.6,目前尝试了使用一个外置的hdfs存储当做备份仓库,AB两个集群都使用同样的路径当做备份仓库,但是在实际操作过程中发现AB两个集群建备份仓库时不能使用同样的名称,A集群备份出来的数据B集群也没法还原
2.1
cluster
ingestion
0
votes
1
answers
47
views
Jine
1
•
asked Dec 11, 2025
DorisBE节点global类型中Orphan占用内存高
Doris版本为2.0.10,有对这个问题一个成熟的解决方案吗,还是避免周期重启
2.0
0
votes
1
answers
20
views
wywCn
7
•
asked Dec 11, 2025
Doris使用SSD创建表报错,查询效率比oracle稍慢怎么优化
SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = Failed to find enough backend, please check the replication num,replication tag and storage medium and avail capacity of backends or maybe all be on same host. Backends details: backends w...
3.0
0
votes
1
answers
30
views
abc001
1
•
asked Dec 11, 2025
通过broker load导入数据失败,be.WARNING会出现如下日志,这是什么原因?
W20251129 23:50:20.533933 3235130 task_worker_pool.cpp:390] failed to report tablet|host=172.26.108.155|port=9020|error=TStatus(status_code=INTERNAL_ERROR, error_msgs=[failed to put report task to queue. queue size: 101, err: the report que...
3.0
ingestion
0
votes
1
answers
40
views
aaa
1
•
asked Dec 10, 2025
存算分离怎么备份数据
请问存算分离怎么备份数据?
3.0
cluster
0
votes
1
answers
39
views
yanglinxi
1
•
asked Dec 10, 2025
升级后 SSL connection required for plugin "mysql_clear_password". Check if 'sslMode' is enabled.
从1.2.8升级到2.0.15后 用户连接doris 报错: SSL connection required for plugin "mysql_clear_password". Check if 'sslMode' is enabled.
2.0
0
votes
1
answers
29
views
xubo
1
•
asked Dec 9, 2025
Nereids cost too much time
doris 版本3.0.3 explain SELECT MAX(CASE WHEN row_num = 0 THEN close_price END) AS day_close, MAX(CASE WHEN row_num = 0 + 1 THEN close_price END) AS last_day_close, MAX(CASE WHEN row_num = 0 THEN time END) AS day_close_time, MAX(CASE WHEN row_...
3.0
0
votes
1
answers
20
views
testxxx
3
•
asked Dec 9, 2025
delete bitmap问题
CREATE TABLE test ( tag_value bigint NOT NULL , version bigint NOT NULL , hid smallint NULL , user_id bitmap BITMAP_UNION NOT NULL DEFAULT BITMAP_EMPTY ) ENGINE=OLAP AGGREGATE KEY(tag_value, version, hid) COMMENT 'OLAP' DISTRIBUTED ...
performance
2.0
0
votes
1
answers
34
views
cosion
11
•
asked Dec 9, 2025
bitmap类型设置默认值后,数据导入报错can not cast from origin type bitmap to target type=varchar(65533)
创建表: CREATE TABLE test ( id bigint NULL, id2 bigint NULL, create_time datetime NULL, bitmap1 bitmap NOT NULL DEFAULT BITMAP_EMPTY ) ENGINE=OLAP UNIQUE KEY(id, id2, create_time) PARTITION BY RANGE(create_time) (PARTITION p2025_48 VALUES [(&#...
2.1
0
votes
1
answers
33
views
lilili
3
•
asked Dec 9, 2025
Doris服务器内存暴涨
Doris数据库只有几个routine load任务在跑,在十一点左右突然内存暴涨,请问数据库自己是在做什么操作,或者说可以从哪些方面进行排查?
memory
3.0
0
votes
1
answers
76
views
Prev
Prev
37
38
39
(current)
40
41
Next
Next
Hot Questions
manager升级到26.0.0版本后,studio跳转失败
Github上,为什么release 3.1.4 rc版本后,没有3.1.4的正式版本呢?生产环境上是用3.1.4版本稳定吗?还是说用4.0.5版本?我看4.0.5没有rc版本
求助一个selectdb-doris-3.*-noavx2的 Enterprise Core安装包
1 answers
分区表查询延迟
doris 数据与服务迁移,希望提供多种迁移方案
1 answers
CCR 上游Doris fe master 切换,导致 fullsync
1 answers