My guess is, very low: it's a shared resource for multiple clients, hit multiple times per request, and should probably be on a sub 100ms basis tops with a few retries.
Or it's a trick question: you should use shared connection pools to minimize the overhead of new connections, and should simply be part of the app startup.
Or it's a trick question: you should use shared connection pools to minimize the overhead of new connections, and should simply be part of the app startup.