Skip to main content

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

FunctionDescriptionExample
CLUSTERING_INFORMATIONReturns clustering information of a tableCLUSTERING_INFORMATION('default', 'mytable')

Storage Layer Functions

FunctionDescriptionExample
FUSE_SNAPSHOTReturns snapshot information of a tableFUSE_SNAPSHOT('default', 'mytable')
FUSE_SEGMENTReturns segment information of a tableFUSE_SEGMENT('default', 'mytable')
FUSE_BLOCKReturns block information of a tableFUSE_BLOCK('default', 'mytable')
FUSE_COLUMNReturns column information of a tableFUSE_COLUMN('default', 'mytable')

Storage Optimization Functions

FunctionDescriptionExample
FUSE_STATISTICReturns statistics information of a tableFUSE_STATISTIC('default', 'mytable')
FUSE_ENCODINGReturns encoding information of a tableFUSE_ENCODING('default', 'mytable')
FUSE_VIRTUAL_COLUMNReturns virtual column informationFUSE_VIRTUAL_COLUMN('default', 'mytable')
FUSE_TIME_TRAVEL_SIZEReturns time travel storage informationFUSE_TIME_TRAVEL_SIZE('default', 'mytable')
Try Databend Cloud for FREE

Multimodal, object-storage-native warehouse for BI, vectors, search, and geo.

Snowflake-compatible SQL with automatic scaling.

Sign up and get $200 in credits.

Try it today