View Source EctoMySQLExtras.IndexSize (Ecto MySQL Extras v0.5.0)
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
Functions
Callback implementation for EctoMySQLExtras.info/0.
Callback implementation for EctoMySQLExtras.query/1.
Link to this section Functions
Callback implementation for EctoMySQLExtras.info/0.
Callback implementation for EctoMySQLExtras.query/1.