| Database | Table | Application | Created | Links |
| tempdb | #pool_detail_crby_sybsystemprocs__sp_cacheconfig | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #pool_detail(-- 0 Rows, Data: 0 B, Index: 0 B 2 cache_name varchar(255) not null, 3 io_sz varchar(8) not null, 4 wash_size varchar(13) not null, 5 configval char(12) not null, 6 runval char(12) not null, 7 pool_status char(21) not null, 8 apf_value varchar(9) not null, 9 instanceid tinyint null 10 ) 11
| COLUMN USAGE | |
| cache_name | sp_cacheconfig |
| io_sz | sp_cacheconfig |
| wash_size | sp_cacheconfig |
| configval | sp_cacheconfig |
| runval | sp_cacheconfig |
| pool_status | sp_cacheconfig |
| apf_value | sp_cacheconfig |
| instanceid | 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 |