How does DB2 use multiple table indexes?
Answer / s
DB2 uses multiple index processing by using the technique
called list prefetch. The qualifying RIDS from all the
indexes in placed in the RID Pool, sorted and duplicate
RIDS are eliminated based on the page number and List
prefetch I/O issued to read the data pages in DASD
sequence.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is Static and dynamic linking
What is the syntax for creating a table in the db2 database?
Is db2 free?
How to test SQL -911 error while developing COB-DB2 program
Can you tell me how can you find out the # of rows updated after an update statement?
how to unload different table data into different gdg files/ vsam files.
What does reorg do in db2?
What is db2 catalog database?
What is db2 optimizer?
What is the use of DELGEN in DB2? Can we Write the program with out using it?
What is IMAGECOPY ?
How to solve S0C7 abend with out using DISPlay in 10 mins?