execute_hg_select_sql_with_serverless
Execute SELECT SQL queries on Hologres databases using serverless computing resources to handle memory-intensive operations and avoid query memory limitations.
Instructions
Use Serverless Computing resources to execute SELECT SQL to query data in Hologres database. When the error like "Total memory used by all existing queries exceeded memory limitation" occurs during execute_hg_select_sql execution, you can re-execute the SQL with the tool execute_hg_select_sql_with_serverless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The (SELECT) SQL query to execute with serverless computing in Hologres database |