我有一个表比较大,所以做了分表,主表有自增id和一些主要属性,分表有longtext类型字段(10条一个分表),我在增一条主表 记录时需要获取自增id值来在分表中添加相应数据,我知道innodb可以用事件来做,但由于很多原因不能把myisam改成innodb,所以想请教有经验的高人一个靠谱的解决方法,十分感谢!!!
走同样的路,发现不同的人生
A friend said "Lock the table, insert records, release", this will have an impact on the SELECT of the table
A friend said "Lock the table, insert records, release", this will have an impact on the SELECT of the table