View Source EctoMySQLExtras.TableIndexesSize (Ecto MySQL Extras v0.6.2)
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.
Summary
Functions
Callback implementation for EctoMySQLExtras.info/0
.
Callback implementation for EctoMySQLExtras.query/1
.
Functions
Callback implementation for EctoMySQLExtras.info/0
.
Callback implementation for EctoMySQLExtras.query/1
.