Hi Sharat,
Yes, it is due the fact the use of expression in RANGE_N can prohibit the optimizer to eliminate the partitions and it does a full table scan. So partitions are there, but the way partitions are created is not good for optimizer to elimnate them.
Hi Sharat,
Yes, it is due the fact the use of expression in RANGE_N can prohibit the optimizer to eliminate the partitions and it does a full table scan. So partitions are there, but the way partitions are created is not good for optimizer to elimnate them.