5 ms·
Maximum Insert QPS for Postgres
- jsmith12673 3y agoI was curious about how many inserts Postgres could handle so I made a synthetic benchmark to measure it.
- lgkk 3y agoHave you tried also tried COPY for batch?
- jsmith12673 3y agoHmm I haven't, will give it a try!