gpt4 book ai didi

mysql - 在事务中使用 MySQL Insert Delayed 时会发生什么?

转载 作者:可可西里 更新时间:2023-11-01 08:01:19 25 4
gpt4 key购买 nike

插入是否随着事务提交完成?或者它们可以稍后完成?

最佳答案

根据 MySQL Documentation :

INSERT DELAYED works only with MyISAM, MEMORY, ARCHIVE, and (as of MySQL 5.1.19) BLACKHOLE tables. For engines that do not support DELAYED, an error occurs.

这些引擎都不支持事务,因此在功能上没有冲突。

我想您会发现延迟插入和事务的支持将相互排斥。

关于mysql - 在事务中使用 MySQL Insert Delayed 时会发生什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2403530/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com