Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
anan0120
15
•
asked Sep 12, 2024
Stream loader 导入数据时,-H "where:name!='a'" 过滤数据疑问
------测试导入的表 CREATE TABLE test_kafka( user_id BIGINT NOT NULL COMMENT "用户 ID", name VARCHAR(20) NOT NULL COMMENT "用户姓名", age INT COMMENT "用户年龄" ) unique KEY(user_id) DISTRIBUTED BY HASH(user_id) BUCKETS 1; ------添加测试...
2.1
0
votes
1
answers
60
views
jiayy
1
•
asked Sep 12, 2024
聚合模型创建物化视图,查询的子句不能用非key的字段吗
有张聚合表 CREATE TABLE IF NOT EXISTS test ( v_1 VARCHAR(150) NOT NULL, v_2 VARCHAR(20) REPLACE NULL DEFAULT "0", cnt BIGINT SUM DEFAULT "0", max_dwell_time INT MAX DEFAULT "0", min_dwell_time INT MIN DEFAULT "99999&#...
2.1
0
votes
1
answers
44
views
zengxi
3
•
asked Sep 12, 2024
如何删除jobs,正常可以查到jobs
2.1
0
votes
2
answers
65
views
Mr_Carl
5
•
asked Sep 12, 2024
SpringBoot+MyBatis 连接Doris数据库,当抛出异常时,事务失效,没有回滚。Doris版本:doris-1.2.7-1
事务失效,每循环一次,数据都会插入到Doris数据库的表里面,抛出了异常却没有回滚。 换成了手动回滚。也没起作用。 是Doris不支持这种事务回滚吗?
1.2
0
votes
2
answers
260
views
ddrte
30
•
asked Sep 12, 2024
通过mysql ODBC 连接至doris查询时,通过长sql进行查询出现sql被截断导致查询失败
当前doris版本为2.0.14,odbc版本为5.3 执行返回如下: 相同sql采用非odbc方式连接或通过mysql client 均能正常执行 删减部分sql后采用odbc方式也能正常返回 通过抓包发现被截断sql内容均位于最后一个报文,怀疑是因为出现了多次PSH,ACK报文后仅获取或拼接首个报文导致后续报文丢失 ---------------2024/09/14------------------ 当sql字符刚好达到在分片时会分出999长度包与第二个包时fe错误日志...
2.0
0
votes
1
answers
87
views
Jack
9
•
asked Sep 12, 2024
PG 开启逻辑解码要求wal_level >= logical后数据库表更新报错
SQL Error [55000]: ERROR: cannot delete from table "test_delete" because it does not have a replica identity and publishes deletes Hint: To enable deleting from the table, set REPLICA IDENTITY using ALTER TABLE. PG 13 Doris 2.1.5 fl...
2.1
0
votes
1
answers
37
views
fzfwqj
1
•
asked Sep 12, 2024
doris 3.0 help命令 Nothing found
doris 3.0 help命令 Nothing found,是什么原因
3.0
0
votes
2
answers
60
views
mcclone
25
•
asked Sep 12, 2024
默认的分桶数量能指定吗
默认的分桶数量能指定吗,现在默认是10个,数据量比较少的情况下,查询非常慢
2.0
0
votes
3
answers
77
views
Power
35
•
asked Sep 12, 2024
2.1.6 版本fe内存一直上涨
2.1
0
votes
2
answers
353
views
Power
35
•
asked Sep 12, 2024
2.1.6版本创建异步物化视图使用STARTS指定开始时间不生效
2.1.6版本创建异步物化视图使用STARTS指定开始时间不生效
2.1
0
votes
1
answers
90
views
Prev
Prev
282
283
284
(current)
285
286
Next
Next
Hot Questions
Doris 4.0.4 物化视图异常问题反馈
doris3.0.8运行insert into 任务报错send fragments failed. io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED
升级至4.0.4后物化视图查询失败,报错Insert a plan into targetGroup but differ in logicalproperties
存算分离下groupcommit是否支持wal写入
Doris 4.x 预热
doris-manager CVE-2025-4123漏洞
1 answers