Skip to main content
Glama

Hologres MCP Server

Official
by aliyun

gather_hg_table_statistics

Execute the ANALYZE TABLE command on Hologres databases to collect table statistics, improving query optimization performance for better query plans.

Instructions

Execute the ANALYZE TABLE command to have Hologres collect table statistics, enabling QO to generate better query plans

Input Schema

NameRequiredDescriptionDefault
schemaYesSchema name in Hologres database
tableYesTable name in Hologres database

Input Schema (JSON Schema)

{ "properties": { "schema": { "description": "Schema name in Hologres database", "type": "string" }, "table": { "description": "Table name in Hologres database", "type": "string" } }, "required": [ "schema", "table" ], "type": "object" }

Other Tools from Hologres MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/alibabacloud-hologres-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server