Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - SQL 参考 » 系统对象 » 视图 » 系统视图

 

SYSOPTSTAT 系统视图

SYSOPTSTAT 系统视图存储开销模型校准信息(由 ALTER DATABASE CALIBRATE 语句计算)。该视图的内容仅供内部使用并可通过 sa_get_dtt 系统过程最有效地访问。该视图的基础系统表为 ISYSOPTSTAT。

列名 列类型 说明
stat_id UNSIGNED INT 仅供系统使用。
group_id UNSIGNED INT 仅供系统使用。
format_id SMALLINT 仅供系统使用。
data LONG BINARY 仅供系统使用。
基础系统表上的约束

PRIMARY KEY (stat_id, group_id, format_id)