我正在尝试增加Postgres上每秒的insert into数量。现在,我每秒可以在一个表中插入大约200-300行。 我找到了我在node.js上使用的ORM,TypeORM。默认情况下,使用事务包装每个insert作为其在源代码上的注释 https://github.com/typeorm/typeorm/blob/master/src/repository/SaveOptions.ts#L18-L22 /**
* By default transactions are enabled and all queries in persistence operation are