create index MY_IDX on MY_TABLE (COLUMN_CAN_BE_NULL, -1);and I have to use hint to use that index. Automatically oracle used full access, even when I counted statistic for this table.
However when it used index like this, it took much more then full access.
I have to dwell on a subject....
No comments:
Post a Comment