System Functions
This page provides reference information for the system-related functions in Databend. These functions help you analyze and monitor the internal storage and performance aspects of your Databend deployment.
Table Metadata Functions
Storage Layer Functions
| Function | Description | Example |
|---|---|---|
| FUSE_SNAPSHOT | Returns snapshot information of a table | FUSE_SNAPSHOT('default', 'mytable') |
| FUSE_SEGMENT | Returns segment information of a table | FUSE_SEGMENT('default', 'mytable') |
| FUSE_BLOCK | Returns block information of a table | FUSE_BLOCK('default', 'mytable') |
| FUSE_COLUMN | Returns column information of a table | FUSE_COLUMN('default', 'mytable') |
| FUSE_TAG | Returns snapshot tag information of a table | FUSE_TAG('default', 'mytable') |
