mysql 优化 insert 性能

mysql 的 insert 语句语法 insert into `table`(`field1`,`field2`) values('value1','value2'); 提升insert 性能的方法 1.一条sql语句插入多条数据 INSERT INTO `insert_table` (`uid`, `content`, `type`) VALUES ('userid_0', 'content_
相关文章
相关标签/搜索