向 MySQL 数据库写入 3000 行。
INSERT INTO test (id, test) VALUES ("1", "test");
INSERT INTO test (id, test) VALUES ("2", "test");
INSERT INTO test (id, test) VALUES ("3", "test");
...
INSERT INTO test (id, test) VALUES ("3000", "test");
如何共享对数据库未挂起的部分的请求?