Hi all, Global indexes are useful in Oracle for performance when indexed columns are different from partitioning key. An “index scan” (well it is named “range scan” in Oracle) using a local index has to navigate through all index partitions in that case. For a global index, it is only one tree to scan and this is more efficient than doing the same for a lot of them. Regards Michel SALAIS Consultant Oracle, PostgreSQL MSYM 23 rue du Départ Boîte 37 75014 Paris +33 6 68 94 19 60 De : Kanninen Anssi EXT <Anssi.Kanninen@xxxxxxxxx> But why use global indexes? From: Victor Yegorov <vyegorov@xxxxxxxxx> вт, 26 янв. 2021 г. в 09:48, Thomas Kellerer <shammat@xxxxxxx>:
-- Victor Yegorov |