SQL: Clarify that the connections the jdbc driver creates are not pooled (#42992)
(cherry picked from commit 406d5281bdfe682fb7ec9fefcdb61cce1b9e7270)
This commit is contained in:
parent
1776d6e055
commit
4a3287836d
|
@ -207,3 +207,8 @@ connection. For example:
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
include-tagged::{jdbc-tests}/SimpleExampleTestCase.java[simple_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.
|
Loading…
Reference in New Issue