EXPLAIN has output with MATCHCOLS = 0. What does it mean?

Answers were Sorted based on User's Feedback



EXPLAIN has output with MATCHCOLS = 0. What does it mean?..

Answer / andank

When MATCHCOLS is 0, the access method is called a Non-
Matching Index Scan.


In the Non-Matching Index Scan, all the index keys and
their RIDs are read. Basically DB2 reads the full index
for that query.

Is This Answer Correct ?    3 Yes 0 No

EXPLAIN has output with MATCHCOLS = 0. What does it mean?..

Answer / s

Non-matching index scan

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More DB2 Interview Questions

Is the primary key a clustered index?

0 Answers  


What is isolation level?

4 Answers  


What are db2 objects?

0 Answers  


What are PACKAGES ?

3 Answers  


Which command is used to connect to a database in DB2 ? Give the Syntax.

0 Answers   MCN Solutions,






What are the rules for db2 programming?

0 Answers  


what is utility for parm lib

0 Answers   IBM,


Define data page.

0 Answers  


What db2 400?

0 Answers  


What is an alias and how does it differ from a synonym?

3 Answers  


what is the name of the default db2 catalog database?

3 Answers   IBM,


In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?

0 Answers  


Categories