Maximum Indexes per Table
The number of indexes that can be accommodated for each table is limited.The actual maximum for a specific table depends on the page size and the number of columns in the indexes.
| Page Size | Number of Indexes Depending on Column Count | ||
|---|---|---|---|
| Single | 2-Column | 3-Column | |
| 4096 | 203 | 145 | 113 | 
| 8192 | 408 | 291 | 227 | 
| 16384 | 818 | 584 | 454 | 
| 32768 | 1637 | 1169 | 909 |