ttOptGetMaxCmdFreeListCnt
This procedure returns the size of the free list of
SQL compiled command cache. To reset the size of the cache, use ttOptSetMaxPriCmdFreeListCnt for materialized views and ttOptSetMaxCmdFreeListCnt for regular tables.
Required Privilege
This procedure requires no privilege.
Syntax
ttOptGetMaxCmdFreeListCnt()
Parameters
ttOptGetMaxCmdFreeListCnt has no parameters.
Result Set
ttOptGetMaxCmdFreeListCnt returns the results.
| Column | Type | Description |
|---|---|---|
|
|
|
The size of the SQL compiled command cache. |
Example
CALL ttOptGetMaxCmdFreeListCnt();