gather_hg_table_statistics
Collect table statistics in Hologres databases using the ANALYZE TABLE command to optimize query performance and improve query plan generation.
Instructions
Execute the ANALYZE TABLE command to have Hologres collect table statistics, enabling QO to generate better query plans
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | Yes | Schema name in Hologres database | |
table | Yes | Table name in Hologres database |