How is it possible to calculate index size for specific column types in InnoDB i.e.:
I\'v
One secondary index record is indexed fields + primary key. Sum up field sizes, multiply by number of records, add some overhead and that would be index size.