Which DB access method (OSAM or VSAM) is better and why?
Answers were Sorted based on User's Feedback
Answer / s
OSAM is better because with even block sizes you can have a
maximum size of 8 GB for a dataset. OSAM supports
sequential buffering, reads 10 consecutive blocks with one
1 I/O operation. This will reduce the elapsed time by 50%.
It also supports queued writes which also results CPU and
elapsed time savings.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / john i harper
With IMS HALDBs, OSAM or VSAM can go to 40 terabytes, so
size is no longer a problem. However, OSAM was written by
IMS to do one thing, hold IMS data securely, and move it
quickly. VSAM was written to do many things, making the code
path longer. That increases the time needed to run, and
presents
a greater risk of failure.
Finally, OSAM is written and owned by IMS, so you only have
to ask one development team instead of two if you want any
new features added.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / azharuddin khan
Hi Osam is better becoz we can extend upto 8GB in OSAM
whereas in VSAM its only 4GB.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / rajasekhar
vsam
later i will give the clear information abt this.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is psb?
What is a segment?
What are common DLI functions?
Define dl/i?
What is a Segment type?
Hi all..., Nowadays many of the companies asking for IMS/DB , actually i hav learned mainframes but i dont have any knowledge on IMS/DB. it will be a great help if any one suggest me whr i can learn it ( in any institute).
What is the need of a secondary index in IMS?
What is a key field in an IMS database?
Define ims (db/dc)?
What is the physical nature of a database called?
What is bmp mode?
How does one reorg an HDAM IMS database when changing RAPS (Root Anchor Points)?