AJR
CDCloudflare Developers
•Created by AJR on 1/14/2025 in #hyperdrive
Call for Beta Testing Global Pools
This change will make starting new ones much, much faster for most of our users.
24 replies
CDCloudflare Developers
•Created by AJR on 1/14/2025 in #hyperdrive
Call for Beta Testing Global Pools
Yes, Hyperdrive is a connection pooler. It will hold open a pool of connections to your origin, only starting new ones if needed to service more traffic or if there's a restart or the connections are severed.
They are held idle for 15 minutes before being allowed to close down
24 replies
CDCloudflare Developers
•Created by AJR on 1/14/2025 in #hyperdrive
Call for Beta Testing Global Pools
Hehehehe. I'm pretty pleased with how this one turned out
24 replies
CDCloudflare Developers
•Created by iano on 2/17/2025 in #hyperdrive
Closed connections
You have two options for fixes for this.
1. Bypass supavisor, use direct connections to supabase.
2. Switch to a driver that doesn't make such heavy use of prepared statements in its message pattern. Node-postgres doesn't, by and large, so that's probably the one I'd try first.
18 replies
CDCloudflare Developers
•Created by iano on 2/17/2025 in #hyperdrive
Closed connections
It looks like most of the errors I'm seeing for you have to do with prepared statements getting mishandled, and Supavisor doesn't support prepared statements.
18 replies
CDCloudflare Developers
•Created by iano on 2/17/2025 in #hyperdrive
Closed connections
So looking at this, it looks like you're hosting on supabase, and probably going through supavisor?
18 replies
CDCloudflare Developers
•Created by iano on 2/17/2025 in #hyperdrive
Closed connections
@iano Ok, I finally had some time to dig into this, apologies for the delay here.
18 replies