Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Mr_Carl
5
•
asked Sep 12, 2024
SpringBoot+MyBatis 连接Doris数据库,当抛出异常时,事务失效,没有回滚。Doris版本:doris-1.2.7-1
事务失效,每循环一次,数据都会插入到Doris数据库的表里面,抛出了异常却没有回滚。 换成了手动回滚。也没起作用。 是Doris不支持这种事务回滚吗?
1.2
0
votes
2
answers
217
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
63
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
31
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
56
views
mcclone
25
•
asked Sep 12, 2024
默认的分桶数量能指定吗
默认的分桶数量能指定吗,现在默认是10个,数据量比较少的情况下,查询非常慢
2.0
0
votes
3
answers
71
views
Power
33
•
asked Sep 12, 2024
2.1.6 版本fe内存一直上涨
2.1
0
votes
2
answers
336
views
Power
33
•
asked Sep 12, 2024
2.1.6版本创建异步物化视图使用STARTS指定开始时间不生效
2.1.6版本创建异步物化视图使用STARTS指定开始时间不生效
2.1
0
votes
1
answers
75
views
____
20
•
asked Sep 12, 2024
doris 3.0.1 update报错 表为UNIQUE
update语句 update log_theme.log_interface_access_num set log_theme.log_interface_access_num.interface_name = log_theme.dim_interface.interface_name from log_theme.dim_interface where log_theme.log_interface_access_num.interface_id = log_theme...
3.0
0
votes
1
answers
70
views
杨ddd
5
•
asked Sep 12, 2024
写入数据提示失败:是否是参数设置问题?
在我的仓库数据库中有些表,我需要每天晚上定时往表中写入数据(采用inset into语句)。 但是每天会随机的出现几个写入问题 并且查询:select * from information_schema.backend_active_tasks ;查看内存也不会释放 到达一定程度后,开始出现偶发的其他问题 是否是某个参数设置的不对吗?求帮助
2.1
0
votes
2
answers
44
views
gztw
5
•
asked Sep 12, 2024
重复数据导入Doris主键模型表,表会越来越大?!
场景:使用Seatunnel定时同步业务数据到Doris表(主键模型) 问题:使用Seatunnel同步数据(新增数据和一部分历史数据)到Doris后,根据Doris文档,相同记录导入主键模型的表,新记录会覆盖掉旧记录,但实际只是旧记录在内部被标记为逻辑删除,并未实际删除,从而导致表越来越大。那重复的数据导入Doris,Doris能否丢弃或删除记录,只保留最新导入的那条记录,以避免表越来越大的问题?
2.1
0
votes
2
answers
88
views
Prev
Prev
240
241
242
(current)
243
244
Next
Next
Hot Questions
Doirs 2.1.10 报错请求的转换无效
doris版本为2.1.10查询报错,更新前2.1.7版本的查询没有问题,请问该怎么解决
Doris2.1.10使用catalog连接paimon,新增数据看不到,必须手动refresh CATALOG才能看得到
有偿解决问题!doris查询性能提升
1 answers
Doris 3.1 查询加速
如何降低doris远程存储的访问频率