EctoMySQLExtras.TableIndexesSize (Ecto MySQL Extras v0.1.0) View Source
Query the total size of indexes for each table in the Ecto Repo database. Primary indexes are not included since InnoDB uses it as the clustered index.
Data is retrieved from the information_schema
database and the tables
table.
Link to this section Summary
Link to this section Functions
Callback implementation for EctoMySQLExtras.info/0
.