To avoid large amounts of linkage in our mainframe system, we have employed the use of temporary tables. We prototyped this and found comparable performance with permanent tables, so we went ahead.
Now that serious testing is being performed on the full system, we are getting major performance issues. We have switched back to permanent tables, and the performance improves dramatically. We're at a loss as to why this should be the case.
Our prototyping didn't reveal a problem before - so why now? Scale of system (240 COBOL modules) in the run unit? Recent implementation of V7.0 (is this tuned right?)
Any suggestions welcome.
Now that serious testing is being performed on the full system, we are getting major performance issues. We have switched back to permanent tables, and the performance improves dramatically. We're at a loss as to why this should be the case.
Our prototyping didn't reveal a problem before - so why now? Scale of system (240 COBOL modules) in the run unit? Recent implementation of V7.0 (is this tuned right?)
Any suggestions welcome.