Hacker News new | ask | show | jobs
Maximum Insert QPS for Postgres (blog.sadboi.dev)
2 points by jsmith12673 951 days ago
1 comments

I was curious about how many inserts Postgres could handle so I made a synthetic benchmark to measure it.
Have you tried also tried COPY for batch?
Hmm I haven't, will give it a try!