Is it slower if you access a record through ALT INDEX as
compared to Primary INDEX? Why?



Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?..

Answer / scott

If you are reading more than one record it is potentially
slower using the ALT INDEX. The reason is the primary index
is clustered, so you do not perform an I/O when you get the
next record in the index.

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More VSAM Interview Questions

On which dataset you can have alt index?

0 Answers  


What is a path?

1 Answers  


what is a base cluster in vsam?

0 Answers   IBM,


Define base cluster?

0 Answers  


differentiate between sequential files and esds files in vsam?

0 Answers   IBM,


what is the purpose of the verify function of idcams?

0 Answers   IBM,


What is the difference between sequential files and ESDS files?

1 Answers   IBM,


write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...

0 Answers   CTS,


What is the significance of the SHAREOPTIONS parameter?

1 Answers   IBM,


What is Base Cluster ?

1 Answers  


How do you initialize a VSAM file before any operation? a VSAM with alternate index?

2 Answers   IBM,


What is a ci split? What is a ca split?

0 Answers  


Categories