Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Maximum Insert QPS for Postgres | Dark Hacker News
Maximum Insert QPS for Postgres
(blog.sadboi.dev)
2 points
by
jsmith12673
2 years ago
| 3 comments
jsmith12673
2 years ago
|
next
[−]
I was curious about how many inserts Postgres could handle so I made a synthetic benchmark to measure it.
lgkk
2 years ago
|
parent
|
next
[−]
Have you tried also tried COPY for batch?
jsmith12673
2 years ago
|
root
|
parent
|
next
[−]
Hmm I haven't, will give it a try!