execute_hg_select_sql_with_serverless
Run SELECT SQL queries on Hologres databases using serverless computing to bypass memory limitations and handle errors efficiently.
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 |