跳到主要内容

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')
开始使用 Databend Cloud
低成本
快速分析
多种数据源
弹性扩展
注册