So if you have a partitioned table and you have a global index, does that mean that it is one self contained object with values for all the partition? How does the local index differ?
Thanks.
davey23uk comment self explainatory. Isn't it ? Create one local and other global index and observe the underlying structures you should be able to figure out.
Local index is @ partition level and indexed based on the partition data only where as global index, indexed on the whole table(all partitions).
Bookmarks