How we can Predictively calculate the Index size?....Means if 100 rows takes 8k what about 1 million rows?.....How we can predict the index usage...Please help me on this issue
There is relatively little overhead, and as the number of rows grows, the overhead becomes less of an issue. You basically calculate the index size of one row, using data tables, and then multiply by the number of rows.