This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drill-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9f1912cd9 Automatic Site Publish by Buildbot
9f1912cd9 is described below
commit 9f1912cd965b760f7e17454691c3eafee9a89ccc
Author: buildbot <[email protected]>
AuthorDate: Thu Oct 27 14:05:09 2022 +0000
Automatic Site Publish by Buildbot
---
output/docs/rdbms-storage-plugin/index.html | 6 +++++-
output/feed.xml | 4 ++--
output/zh/docs/rdbms-storage-plugin/index.html | 6 +++++-
output/zh/feed.xml | 4 ++--
4 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/output/docs/rdbms-storage-plugin/index.html
b/output/docs/rdbms-storage-plugin/index.html
index 74c415501..e0f8fa4fc 100644
--- a/output/docs/rdbms-storage-plugin/index.html
+++ b/output/docs/rdbms-storage-plugin/index.html
@@ -1482,7 +1482,11 @@
<p><strong>Introduced in release:</strong> 1.18</p>
-<p>A JDBC storage plugin configuration property <code
class="language-plaintext highlighter-rouge">sourceParameters</code> was
introduced to allow setting data source parameters described in <a
href="https://github.com/brettwooldridge/HikariCP#configuration-knobs-baby">HikariCP</a>.
Parameters names with incorrect naming and parameter values which are of
incorrect data type or illegal will cause the storage plugin to fail to start.
See the <a href="#example-of-postgres-configuration-wi [...]
+<p>A JDBC storage plugin configuration property <code
class="language-plaintext highlighter-rouge">sourceParameters</code> was
introduced to allow setting data source parameters <a
href="https://github.com/brettwooldridge/HikariCP#configuration-knobs-baby">supported
by HikariCP</a>. Parameters names with incorrect naming and parameter values
which are of incorrect data type or illegal will cause the storage plugin to
fail to start. See the <a href="#example-of-postgres-configuration-wi [...]
+
+<p>From release 1.20 onwards, the default <code class="language-plaintext
highlighter-rouge">sourceParameters</code> set on the JDBC storage plugin are
set to make the initiation of outbound connections lazy rather than eager,
where eager means at the time of storage config enablement. Additionally, the
JDBC connection pool is now allowed by default to shrink back down to empty if
all of its connections are idle. These new settings are visible in the <code
class="language-plaintext hig [...]
+
+<p>It is also possible to set JDBC driver connection properties (which are
distinct from HikariCP’s own properties) using <code class="language-plaintext
highlighter-rouge">sourceParameters</code> by prepending the property name with
<code class="language-plaintext highlighter-rouge">dataSource.</code>. For
example, to set the connection property <code class="language-plaintext
highlighter-rouge">S3OutputLocation</code>, which is supported by the AWS
Athena JDBC driver, add a property na [...]
<h3 id="example-working-with-mysql">Example: Working with MySQL</h3>
diff --git a/output/feed.xml b/output/feed.xml
index 64cd2e4ea..83b719121 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>/</link>
<atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Fri, 21 Oct 2022 11:12:49 +0000</pubDate>
- <lastBuildDate>Fri, 21 Oct 2022 11:12:49 +0000</lastBuildDate>
+ <pubDate>Thu, 27 Oct 2022 14:03:03 +0000</pubDate>
+ <lastBuildDate>Thu, 27 Oct 2022 14:03:03 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>
diff --git a/output/zh/docs/rdbms-storage-plugin/index.html
b/output/zh/docs/rdbms-storage-plugin/index.html
index 20e3d4ed9..3cb382db0 100644
--- a/output/zh/docs/rdbms-storage-plugin/index.html
+++ b/output/zh/docs/rdbms-storage-plugin/index.html
@@ -1482,7 +1482,11 @@
<p><strong>Introduced in release:</strong> 1.18</p>
-<p>A JDBC storage plugin configuration property <code
class="language-plaintext highlighter-rouge">sourceParameters</code> was
introduced to allow setting data source parameters described in <a
href="https://github.com/brettwooldridge/HikariCP#configuration-knobs-baby">HikariCP</a>.
Parameters names with incorrect naming and parameter values which are of
incorrect data type or illegal will cause the storage plugin to fail to start.
See the <a href="#example-of-postgres-configuration-wi [...]
+<p>A JDBC storage plugin configuration property <code
class="language-plaintext highlighter-rouge">sourceParameters</code> was
introduced to allow setting data source parameters <a
href="https://github.com/brettwooldridge/HikariCP#configuration-knobs-baby">supported
by HikariCP</a>. Parameters names with incorrect naming and parameter values
which are of incorrect data type or illegal will cause the storage plugin to
fail to start. See the <a href="#example-of-postgres-configuration-wi [...]
+
+<p>From release 1.20 onwards, the default <code class="language-plaintext
highlighter-rouge">sourceParameters</code> set on the JDBC storage plugin are
set to make the initiation of outbound connections lazy rather than eager,
where eager means at the time of storage config enablement. Additionally, the
JDBC connection pool is now allowed by default to shrink back down to empty if
all of its connections are idle. These new settings are visible in the <code
class="language-plaintext hig [...]
+
+<p>It is also possible to set JDBC driver connection properties (which are
distinct from HikariCP’s own properties) using <code class="language-plaintext
highlighter-rouge">sourceParameters</code> by prepending the property name with
<code class="language-plaintext highlighter-rouge">dataSource.</code>. For
example, to set the connection property <code class="language-plaintext
highlighter-rouge">S3OutputLocation</code>, which is supported by the AWS
Athena JDBC driver, add a property na [...]
<h3 id="example-working-with-mysql">Example: Working with MySQL</h3>
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index 308f89f38..44bc3f415 100644
--- a/output/zh/feed.xml
+++ b/output/zh/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>/</link>
<atom:link href="/zh/feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Fri, 21 Oct 2022 11:12:49 +0000</pubDate>
- <lastBuildDate>Fri, 21 Oct 2022 11:12:49 +0000</lastBuildDate>
+ <pubDate>Thu, 27 Oct 2022 14:03:03 +0000</pubDate>
+ <lastBuildDate>Thu, 27 Oct 2022 14:03:03 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>