View Source EctoMySQLExtras.TableIndexesSize (Ecto MySQL Extras v0.5.0)
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, the size represents the table itself.
Data is retrieved from the information_schema
database and the tables
table.
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
.