View previous topic :: View next topic |
Author |
Message |
YSMVS Beginner

Joined: 19 May 2004 Posts: 51 Topics: 25 Location: My House
|
Posted: Mon Aug 06, 2007 12:30 pm Post subject: Question on Checkpoint and Restart. |
|
|
All,
In our site we were not executing checkpoints during the GHU calls. I thought that the buffers will be used only by Update calls when they do update and will be released after Checkpoint. But DBAs feel that our Buffer allocation is high and want to do checkpointing during the read calls. Is it necessary to issue Checkpoints during GHU calls also?
Thanks,
YSMVS. _________________ Thanks,
YSMVS |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Mon Aug 06, 2007 1:12 pm Post subject: |
|
|
I have no IMS experience, but IBM wrote both IMS and DB2, and there are pretty good about reliability. Some one authoritive will answer, but.... DB2 reads over CUSORs set locks that must be released by commits. I would expect that reads in IMS also do something similar. READ the literature or listen to your DBA, or don't. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
nileshpalve Beginner
Joined: 06 Nov 2006 Posts: 10 Topics: 4
|
Posted: Mon Oct 08, 2007 2:45 pm Post subject: |
|
|
When you do a GHU, its expected that a update/delete will follow. The data is hold (locked and loaded) in buffers. |
|
Back to top |
|
 |
|
|