mysql - myisam下对于Auto_increment新增id获取最靠谱的方法?
怪我咯
怪我咯 2017-04-17 13:06:11
0
1
677

我有一个表比较大,所以做了分表,主表有自增id和一些主要属性,分表有longtext类型字段(10条一个分表),我在增一条主表
记录时需要获取自增id值来在分表中添加相应数据,我知道innodb可以用事件来做,但由于很多原因不能把myisam改成innodb,所以想请教有经验的高人一个靠谱的解决方法,十分感谢!!!

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
阿神

A friend said "Lock the table, insert records, release", this will have an impact on the SELECT of the table

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template