File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff 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
614597Thread safety
615598==============================
You can’t perform that action at this time.
0 commit comments