Dear Expert,
I have a table which is loaded daily and loading mechnism is Truncate-Load. The table has EMPLOYEE_ID as PI and Range partition on transaction date. The user queries on this table are like,
" I want to see all the employess who joined between jan'13 to Feb'13"
"I want to see all the employess who got promoted on Dec'2012"
Now my questions are:
1. Does partition on NON PI coulmn works? Does this partition on NON PI column impact the data distribution?
↧