?????????Щ??????????????????????????????Ч????£???????????????????????????????????????????????????????????4-5???????????????????????з??????????????????????????????????????????顣??????????????????MySQL insertЧ??????б?????

??????????MySQL???????????Щ???????insertЧ?????????????ο??ο???

????1?????SQL??????????????

????????????????磺

INSERT INTO `insert_table` (`datetime`?? `uid`?? `content`?? `type`) VALUES ('0'?? 'userid_0'?? 'content_0'?? 0);
INSERT INTO `insert_table` (`datetime`?? `uid`?? `content`?? `type`) VALUES ('1'?? 'userid_1'?? 'content_1'?? 1);

?????????

INSERT INTO `insert_table` (`datetime`?? `uid`?? `content`?? `type`) VALUES ('0'?? 'userid_0'?? 'content_0'?? 0)?? ('1'?? 'userid_1'?? 'content_1'?? 1);

????????????????????????????Ч???????????SQL???Ч????????????????????????SQL??????????????????????????????????????????????SQL????????????????紫???IO??

???????????Щ??????????????????е?????????????????????SQL?????е?????????1???1???1????????????

????2?????????н??в??????

??????????????

START TRANSACTION;
INSERT INTO `insert_table` (`datetime`?? `uid`?? `content`?? `type`) VALUES ('0'?? 'userid_0'?? 'content_0'?? 0);
INSERT INTO `insert_table` (`datetime`?? `uid`?? `content`?? `type`) VALUES ('1'?? 'userid_1'?? 'content_1'?? 1);
...
COMMIT;

?????????????????????????Ч?????????????????INSERT???????MySQL????????????????????????????????????????????????????????????????????в???????к?????????????

????????????????????????????????????????????????1???1???1????????

????????????

????????????????????????????????INSERTЧ????????????????????????????SQL?????????????н??в???

????????????????????insert??Ч??????50????????????????????????

???????????

????1??SQL??????г???????????????????????SQL???????????SQL????????????max_allowed_packe????????????????1M??

????2??????????????С??????????????????е?Ч???MySQL??innodb_log_buffer_size?????????????????????????????????????Ч??????????????????????????????????С??????????????????????????