Hi friends,
For any index is it true that indexfullkey cardinality would be approximately equivalent to number of indexrows that will be scanned for a nonmatching column scan.??
And what does a filter factor of 0.0 mean??If there is a index on ID,LNAME and only LNAME is used in WHERE clause,i believe the filter factor would be 0.0 in this case and the index slice would be all the index rows..Please correct me if i am wrong
Thanks