Estimate the size of an R-tree index
There are two ways to estimate the size of an R-tree index:
- Calculating index size based on number of rows shows how to estimate index size by performing a series of calculations.
- Calculate index size using the oncheck utility shows how to use the oncheck utility to estimate index size.