Hi All,
Please excuse me if my question is silly and very generic - I tried searching, but could not get a proper result.
In the environment I am working on, I can see most of the partitioned tables are having a LOCAL index created on the partition-key column . Eg: f_payment is a daily partitioned table on payment_date column - And there is a LOCAL index defined on payment_date.
What could be the benefit of this index ?
Thanks in advance