EctoMySQLExtras.IndexSize (Ecto MySQL Extras v0.3.1) View Source
Query the size of each index in the Ecto.Repo
database.
Data is retrieved from the mysql
database and the innodb_index_stats
table.
This query will only work for databases that use InnoDB
engine.
Primary keys are excluded from the query.
Link to this section Summary
Link to this section Functions
Callback implementation for EctoMySQLExtras.info/0
.