I have a huge table that we need partitioning, partitioning rule is a attribute date every 4 months.
My Master table have a many indexes. I need create indexes (with the same indexes the master table) in the inherits tables? or this no affects functionality of the indexes?
Best regards.
Thanks!
I think there is no need of index on master table however master table does not contain any record in it.
For better performance create index on child tables as they were on master table.