Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Cookie
1
•
asked Feb 13, 2025
倒排索引分词正则匹配性能竟然不如直接like?
集群版本:2.0.6 数据说明:search_key是下划线拼接的字符串 case1: MATCH_REGEXP匹配,耗时10秒 case2: 直接like, 耗时1.8秒 这是何解?
2.0
0
votes
1
answers
68
views
Rocket
1
•
asked Feb 13, 2025
flink 1.16 连接doris 2.1.6 写入不进去数据,作业也没有任何报错信息
sqlserver版本:sqlserver2019 flink版本:1.16 flink cdc 版本:2.2.1 doris connector版本:24.0.1 doris 版本:2.1.6 现象:运行作业,执行select * from ProductLine_source 能实时获取源表的全量+增量数据,但是数据无法通过sink 写入 doris,整个程序的debug 日志没有显示任何错误和调用streamload的过程 源码: {code...}
2.1
ingestion
faq
0
votes
2
answers
207
views
误入深坑
3
•
asked Feb 13, 2025
BE IO Util异常升高,查询报错
如图,经常有几个时间点的io异常,请问可以从哪些方面排查这个问题
2.0
0
votes
1
answers
75
views
1
•
asked Feb 13, 2025
远程存储数据过期问题
doris版本:3.0.3 场景:表格设计为按天动态分区,且设置了dynamic_partition.storage_policy为3d,超过3d将数据写入到s3 疑问: doris是否会删除s3的多余的文件,多余的文件包括 1)doris在磁盘重新压缩再次上传之后原先的文件;2)在表中执行delete之后,已经被存储到s3的文件;3)分区因为动态分区问题,分区已经被删除后,原先被存储到s3的文件 相关链接:https://doris.apache.org/zh-CN/doc...
storage
0
votes
1
answers
96
views
cpt_doris
19
•
asked Feb 13, 2025
库或表比较多,应该优化哪些参数
我想问下 be配置文件里的参数,是针对每个库的起作用的,还是针对全局的。 如果我分库的话,是不是共用的,比方说某些job的线程是数,Compaction 线程数等 什么参数是分库起作用的,什么类型参数是全局共用的。 比方说Compaction 线程数。如果我表很多的话,是不是要加线程数。 想问的问题是,假设库很多,或者表很多。一般要修改哪些参数
3.0
0
votes
1
answers
79
views
xiekun
1
•
asked Feb 13, 2025
Doris mysqlCatalog 读取数据与MYSQL不一致 doris2.1.7
mysql的表: CREATE TABLE test.test_aaaaa ( id int(11) NOT NULL AUTO_INCREMENT, cur_time datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, name varchar(255) DEFAULT NULL COMMENT '姓名', age int(11) DEFAULT NULL COMMENT '...
2.1
0
votes
2
answers
71
views
kyle.zhang
1
•
asked Feb 13, 2025
2.1.7 版本复制表后分区存储增加30%
我们有2个表,B表基于A表创建,建表语句为create table B like A 上图中第二列是原始表A各分区数据,第三列是新增表B各分区数据 表B数据通过insert into B select * from A where dt = '2025-02-xx'获取 目前发现表B各分区相比原始表A各分区数据增加30%
2.1
storage
0
votes
2
answers
82
views
青松
1
•
asked Feb 13, 2025
向一个表中的临时分区,使用Insert into 语句插入数据时,无法指定字段
ALTER TABLE db.table1 ADD TEMPORARY PARTITION test_temporary_partition VALUES IN ("test_temporary_partition"); INSERT INTO db.table1 TEMPORARY PARTITION (test_temporary_partition) (col1) SELECT 'test_temporary_partition' AS ...
2.1
0
votes
1
answers
93
views
wakin
7
•
asked Feb 13, 2025
doris怎么增加多个分区?
官网增加分区只有增加单个分区,ALTER TABLE example_db.my_table ADD PARTITION p1 VALUES LESS THAN ("2014-01-01"); 如果要增加多个分区怎么写
2.1
0
votes
1
answers
57
views
3
•
asked Feb 13, 2025
请问我起了4个ROUTINE LOAD任务每个10个task更新一张UNIQUE表,为什么数据量大的情况下,ROUTINE LOAD任务还是runing状态但是数据写不进去了!
2025-02-13 09:45:32 169ackeno110009cos2025.02-13094532279 INEO (mvso-ie poo-8243u121012 Ccoadinatorcelechntemal0751l dsoatch esuitsink ofouev a3t83705e943d+-a919b73d20d3710 TNeworAdeshostname17262085 not 92025-02-13 09:.45:32.288 INFO (mysg...
2.1
0
votes
1
answers
36
views
Prev
Prev
162
163
164
(current)
165
166
Next
Next
Hot Questions
Doris 某个be节点负载高,导致短暂宕机
1 answers
版本4.0.4,算子罗盘留下了一堆空目录
2 answers
doris 3.1.2连接iceberg问题
1 answers
升级4.0 insert 文本转数字出问题
1 answers
flink 多job checkpoint超时,doirs abort transation
1 answers
doirs表数据归档到对象存储的问题
2 answers