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引擎而不是 MyISAM
如果你真的有很多连接,使用MySQL Cluster可能是明智的