The SYSOPTSTAT system view stores the cost model calibration information as computed by the ALTER DATABASE CALIBRATE statement. The contents of this view are for internal use only and are best accessed via the sa_get_dtt system procedure. The underlying system table for this view is ISYSOPTSTAT.
Column name | Column type | Description |
---|---|---|
stat_id | UNSIGNED INT | For system use only. |
group_id | UNSIGNED INT | For system use only. |
format_id | SMALLINT | For system use only. |
data | LONG BINARY | For system use only. |
PRIMARY KEY (stat_id, group_id, format_id)
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |