SQL: Clarify that the connections the jdbc driver creates are not pooled (#42992)

(cherry picked from commit 406d5281bdfe682fb7ec9fefcdb61cce1b9e7270)
This commit is contained in:
Andrei Stefan 2019-06-11 12:02:46 +03:00 committed by Andrei Stefan
parent 1776d6e055
commit 4a3287836d
1 changed files with 5 additions and 0 deletions

View File

@ -207,3 +207,8 @@ connection. For example:
--------------------------------------------------
include-tagged::{jdbc-tests}/SimpleExampleTestCase.java[simple_example]
--------------------------------------------------
NOTE:: {es-sql} doesn't provide a connection pooling mechanism, thus the connections
the JDBC driver creates are not pooled. In order to achieve pooled connections,
a third-party connection pooling mechanism is required. Configuring and setting up the
third-party provider is outside the scope of this documentation.