EXPLAIN has output with MATCHCOLS = 0. What does it mean?
Answers were Sorted based on User's Feedback
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 |
What is cursor?
What is EXPLAIN?
What is bufferpool in db2?
What action db2 takes when a program aborts in the middle of a transaction?
How to execute stored procedure in db2 command editor?
is it compulsory commitment control in journal?
Who uses db2?
If we have 100 records in the PF, we deleted all the records then what is the Size of the PF?
Explain about rct.
what is the sqlcode -501
What is the COBOL picture clause of the following DB2 data types: DATE, TIME, TIMESTAMP?
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?