Skip to content

Commit

Permalink
Fix not found link to jdbc.postgresql.org (#565)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Schwartz <[email protected]>
  • Loading branch information
mhajas and ahus1 authored Oct 10, 2023
1 parent 0dbc90a commit 126a799
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ For the best performance, the values for the initial, minimal and maximum DB con
This avoids creating new DB connections when a new request comes in which is costly.

Keeping the DB connection open for as long as possible allows for server side statement caching that is bound to a connection.
In the case of PostgreSQL, in order to use a server-side prepared statement, https://jdbc.postgresql.org/documentation/head/server-prepare.html[a query needs to be executed (by default) at least five times].
In the case of PostgreSQL, in order to use a server-side prepared statement, https://jdbc.postgresql.org/documentation/server-prepare/#activation[a query needs to be executed (by default) at least five times].

See the https://www.postgresql.org/docs/current/sql-prepare.html[PostgreSQL docs on prepared statements] for more information.

0 comments on commit 126a799

Please sign in to comment.