ivan babrou <ibobrik(at)gmail(dot)com> writes:
> If you can figure out that postgresql is overloaded then you may
> decide what to do faster. In our app we have very strict limit for
> connect time to mysql, redis and other services, but postgresql has
> minimum of 2 seconds. When processing time for request is under 100ms
> on average sub-second timeouts matter.
If you are issuing a fresh connection for each sub-100ms query, you're
doing it wrong anyway ...
regards, tom lane