Kaynağa Gözat

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

Andrei Stefan 6 yıl önce
ebeveyn
işleme
406d5281bd
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      docs/reference/sql/endpoints/jdbc.asciidoc

+ 5 - 0
docs/reference/sql/endpoints/jdbc.asciidoc

@@ -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.