Y
Hacker News
new
|
ask
|
show
|
jobs
by
matte_black
2881 days ago
Lack of connection pooling for database connections means serverless architecture will never be used for serious data heavy apps.
2 comments
wahnfrieden
2881 days ago
AWS already solving this with Serverless Aurora.
link
whistlerbrk
2881 days ago
not necessarily into this serverless thing but that doesn't seem like a valid complaint, use a global connection pooler like pgbouncer
link
patrickg_zill
2881 days ago
Does e.g. Amazon's offering have a way to do that? Or is there still a cold start time? Where do you run the pgbouncer that is always running?
link
gazarsgo
2881 days ago
in AWS Fargate, of course...
link
matte_black
2881 days ago
Try it.
link