What is index cardinality?
Answers were Sorted based on User's Feedback
Answer / dave ian
the number of UNIQUE values for a column or columns, which
are part of an index.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / s
Cardinality is the number of distinct values for a given
column or group of columns.
FIRSTKEYCARDF contains the cardinality of the leading
column in the index
FULLKEYCARDF contains the cardinality of all the columns in
the index
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / uday
According to what i have observed, cardinality is the number
of count of nodes in the BTree of respective index.
If you create a table with with name attribute and inserted
into 100 new names and added and index.
then if you see the cardinality, certainly it wont be 100.
it will be some thing less than 100.
thats it....
| Is This Answer Correct ? | 0 Yes | 1 No |
DB2: A calls B once sucessfull and second time when it calls says curson is open why is it so?
What does db2 mean?
What are the contents of a DCLGEN?
How can you find out the # of rows updated after an update statement?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
Where can you declare a cursor in a cobol-db2 program?
What is a trigger in the db2 database?
Update command
Which catalog tables contain authorization information?
How to execute stored procedure in db2 command editor?
What are the benefits of using the db2 database?
Is there any advantage to denormalizing DB2 tables?