Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个网络应用程序,它将处理大量事务,所以我使用 INNODB 作为存储引擎和事务,所以我还需要使用 LockTable 吗?
据我所知,他们不一起工作。请给我最好的解决方案。
不知道您为什么要询问有关 InnoDB 的表锁定,因为它支持行级锁定。我将只专注于确保您的事务正确编写,并让 MySQL 负责其余的工作。