|
|
|
|
|
by nknealk
1843 days ago
|
|
MySQL can handle many more connections per instance than postgres. Often when you have a high-transaction database in prod with postgres, you need something like pgbouncer to handle connection pooling or you'll have a bad time. I agree though that postgres has some fantastic features. edit: I think they may have addressed some of this in a recent version? I'm basing my knowledge on postgres 12 |
|