Skip to main content
Glama

Hologres MCP Server

Official
by aliyun

gather_table_statistics

Execute the ANALYZE TABLE command to collect table statistics in Hologres, optimizing query performance and enabling 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
tableYesTable name

Input Schema (JSON Schema)

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

You must be authenticated.

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