Skip to content

Commit d72a6cd

Browse files
authored
Add SHOW STATISTICS documentation and deprecate ANALYZE TABLE (#2846)
- Add new SHOW STATISTICS command documentation - Remove ANALYZE TABLE documentation as Databend now automatically generates statistics - Update table operations index to remove ANALYZE TABLE reference - Mark FUSE_STATISTIC function as deprecated with reference to SHOW STATISTICS
1 parent ae1bbd8 commit d72a6cd

File tree

4 files changed

+91
-105
lines changed

4 files changed

+91
-105
lines changed

docs/en/sql-reference/10-sql-commands/00-ddl/01-table/80-analyze-table.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

docs/en/sql-reference/10-sql-commands/00-ddl/01-table/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ This page provides a comprehensive overview of table operations in Databend, org
4949

5050
| Command | Description |
5151
|---------|-------------|
52-
| [ANALYZE TABLE](80-analyze-table.md) | Calculates table statistics to improve query performance |
5352
| [OPTIMIZE TABLE](60-optimize-table.md) | Compacts or purges historical data to save storage space and enhance query performance |
5453
| [SET CLUSTER KEY](../06-clusterkey/dml-set-cluster-key.md) | Configures a cluster key to enhance query performance for large tables |
5554

0 commit comments

Comments
 (0)