Let's suppose I need to estimate te costs of the entire explain plan of an sql query, the one SQL-Developer shows. Is there somewhere this information, the height I mean, of the b-trees builted on indexes of a table? Or how can I estimate it?
Finding the height of the B-Tree of a table in SQL-Developer
1.2k views Asked by glc78 At
2
In ALL_INDEXES view I found what I was looking for. Here the Oracle Documentation with all attributes you can select for an index. In my case:
From Oracle doc on
blevel
attribute: