| Database | Table | Application | Created | Links |
| tempdb | #syscacheconfig_crby_sybsystemprocs__sp_cacheconfig | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #syscacheconfig(-- 0 Rows, Data: 0 B, Index: 0 B 2 config smallint not null, 3 parent smallint not null, 4 name varchar(255) not null, 5 config_size int not null, 6 status int not null, 7 runstat int not null, 8 comment varchar(255) not null, 9 run_size int not null, 10 wash_size int not null, 11 apf_value int not null, 12 cfg_cache_partition int not null, 13 value2 varchar(255) not null 14 ) 15
| COLUMN USAGE | |
| config | sp_cacheconfig |
| parent | sp_cacheconfig |
| name | sp_cacheconfig |
| config_size | sp_cacheconfig |
| status | sp_cacheconfig |
| runstat | sp_cacheconfig |
| comment | sp_cacheconfig |
| run_size | sp_cacheconfig |
| wash_size | sp_cacheconfig |
| apf_value | sp_cacheconfig |
| cfg_cache_partition | sp_cacheconfig |
| value2 | sp_cacheconfig |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_cacheconfig called by proc sybsystemprocs..sp_do_poolconfig called by proc sybsystemprocs..sp_poolconfig |