Home >Backend Development >PHP Tutorial >多个用户同时操作一个表的有关问题

多个用户同时操作一个表的有关问题

WBOY
WBOYOriginal
2016-06-13 12:07:42953browse

多个用户同时操作一个表的问题
请教一个问题
比如说建立了一个 会员号表  id   cardsn(会员号)   uid      cardsn是连续的 像 031001 ,031002     现在有这样一个功能   点击一个按钮增加5条记录 且是连续的  那么每次就要获取最新的会员号 然后以此为基准 连续生成5个号 插入数据库   问题就是如果多个用户同时操作这个表   那么每次获得的最新一条记录用来连续 就不准确了  请教一下大家 这个问题应该怎么解决
------解决思路----------------------
使用事務
先鎖表,處理完再解除鎖定。
參考:http://koda.iteye.com/blog/471713
------解决思路----------------------
使用了表锁就产生了排队,但不会引起插入失败

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn