You are on page 1of 1

# Ways to improve your Database IDE for faster query executes.

## Set Properties to JDBC Driver Connection.


- Set ConnectTimeout to 5 secs (*Time that driver tries connect to database server
until clo*)
- Set LoginTimeout to 3 sec
- Set SocketTimeout to 10 sec
- Set Current Schema. When the Connection lost this problem is a real headache.

> See [Driver Connection Parameter]


(https://jdbc.postgresql.org/documentation/head/connect.html#connection-parameters)
for more properties.
>
> **Usually** Connection Parameter should established in secs.

## Configure Database IDE Connections parameter.

- invalid Connection in each query. # this config actually execute queries much
faster
- No Read metadata information. # This property disabled capacity

[ABC]:

You might also like