We have created PARTITION on CHAR column using CASE_N as like below. But it is not giving any performance in terms resource usage (CPU/Spool/ I/O).
My question is when we filter data on parttion column the resource usage should come down compare to non-partition table (full table scan). but there is no change in resource usage.
↧