This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new cfc60fd  publish documentation
cfc60fd is described below

commit cfc60fd7dfaf5efc7f0671093c4477a1b0e0954c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 25 19:56:57 2023 +0000

    publish documentation
---
 main/_sources/driver/go/flight_sql.rst.txt | 12 ++++++++++--
 main/driver/go/flight_sql.html             | 13 ++++++++++---
 main/searchindex.js                        |  2 +-
 3 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/main/_sources/driver/go/flight_sql.rst.txt 
b/main/_sources/driver/go/flight_sql.rst.txt
index 1768708..a598ce4 100644
--- a/main/_sources/driver/go/flight_sql.rst.txt
+++ b/main/_sources/driver/go/flight_sql.rst.txt
@@ -162,8 +162,16 @@ try the next location.
 
 The driver does not currently cache or pool these secondary
 connections.  It also does not retry connections or requests.
-Requests are made sequentially, one at a time—the driver does not
-parallelize requests or perform readahead.
+
+All partitions are fetched in parallel.  A limited number of batches
+are queued per partition.  Data is returned to the client in the order
+of the partitions.
+
+The queue size can be changed by setting an option on the
+:cpp:class:`AdbcStatement`:
+
+``arrow.flight.sql.rpc.queue_size``
+    The number of batches to queue per partition.  Defaults to 5.
 
 Metadata
 --------
diff --git a/main/driver/go/flight_sql.html b/main/driver/go/flight_sql.html
index fc2edda..0e911da 100644
--- a/main/driver/go/flight_sql.html
+++ b/main/driver/go/flight_sql.html
@@ -450,9 +450,16 @@ connection.  Else, the driver will try each location 
given, in order,
 until a request succeeds.  If the connection or request fails, it will
 try the next location.</p>
 <p>The driver does not currently cache or pool these secondary
-connections.  It also does not retry connections or requests.
-Requests are made sequentially, one at a time—the driver does not
-parallelize requests or perform readahead.</p>
+connections.  It also does not retry connections or requests.</p>
+<p>All partitions are fetched in parallel.  A limited number of batches
+are queued per partition.  Data is returned to the client in the order
+of the partitions.</p>
+<p>The queue size can be changed by setting an option on the
+<a class="reference internal" 
href="../../cpp/api/adbc.html#_CPPv413AdbcStatement" 
title="AdbcStatement"><code class="xref cpp cpp-class docutils literal 
notranslate"><span class="pre">AdbcStatement</span></code></a>:</p>
+<dl class="simple">
+<dt><code class="docutils literal notranslate"><span 
class="pre">arrow.flight.sql.rpc.queue_size</span></code></dt><dd><p>The number 
of batches to queue per partition.  Defaults to 5.</p>
+</dd>
+</dl>
 </section>
 <section id="metadata">
 <h3>Metadata<a class="headerlink" href="#metadata" title="Permalink to this 
heading">#</a></h3>
diff --git a/main/searchindex.js b/main/searchindex.js
index 12104a7..2f18adb 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["cpp/api/adbc", "cpp/api/adbc_driver_manager", 
"cpp/api/index", "cpp/concurrency", "cpp/driver_manager", "cpp/index", 
"development/contributing", "development/nightly", "development/releasing", 
"driver/cpp/features", "driver/cpp/index", "driver/cpp/postgresql", 
"driver/cpp/sqlite", "driver/go/flight_sql", "driver/java/flight_sql", 
"driver/java/index", "driver/java/jdbc", "format/comparison", 
"format/specification", "format/versioning", "go/index", "index", " [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["cpp/api/adbc", "cpp/api/adbc_driver_manager", 
"cpp/api/index", "cpp/concurrency", "cpp/driver_manager", "cpp/index", 
"development/contributing", "development/nightly", "development/releasing", 
"driver/cpp/features", "driver/cpp/index", "driver/cpp/postgresql", 
"driver/cpp/sqlite", "driver/go/flight_sql", "driver/java/flight_sql", 
"driver/java/index", "driver/java/jdbc", "format/comparison", 
"format/specification", "format/versioning", "go/index", "index", " [...]
\ No newline at end of file

Reply via email to