Skip to content

Commit 75a1948

Browse files
docs: remove outdated async execution section (#396)
1 parent 907b619 commit 75a1948

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docsrc/Connecting_and_queries.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -593,23 +593,6 @@ load on both server and client machines can be controlled. A suggested way is to
593593

594594
run(run_multiple_queries())
595595

596-
.. _Server-side async:
597-
598-
Server-side asynchronous query execution
599-
==========================================
600-
601-
In addition to :ref:`asynchronous API calls <firebolt.async_db:async db>`, which allow `client-side`
602-
execution to continue while waiting for API responses, the Python SDK provides `server-side`
603-
asynchronous query execution. When a query is executed asynchronously the only response
604-
from the server is a query ID. The status of the query can then be retrieved by polling
605-
the server at a later point. This frees the connection to do other queries or even be
606-
closed while the query continues to run. And entire service, such as AWS Lamdba, could
607-
potentially even be spun down an entire while a long-running database job is still underway.
608-
609-
Note, however, that it is not possible to retrieve the results of a server-side asynchronous
610-
query, so these queries are best used for running DMLs and DDLs and ``SELECT``\ s should be used
611-
only for warming the cache.
612-
613596

614597
Thread safety
615598
==============================

0 commit comments

Comments
 (0)