SPIDER_BG_DIRECT_SQL
This UDF allows you to execute SQL statements on remote data nodes in the background, enabling concurrent processing and non-blocking operations.
Syntax
SPIDER_BG_DIRECT_SQL('sql', 'tmp_table_list', 'parameters')Description
Examples
SELECT SPIDER_BG_DIRECT_SQL('SELECT * FROM example_table', '',
'srv "node1", port "8607"') AS "Direct Query";
+--------------+
| Direct Query |
+--------------+
| 1 |
+--------------+Parameters
error_rw_mode
error_rw_modeSee also
Last updated
Was this helpful?

