pub async fn index_usage(
schema: Option<String>,
pool: &Pool<Postgres>,
) -> Result<Vec<IndexUsage>, PgExtrasError>Expand description
Shows statistics about index usage.
pub async fn index_usage(
schema: Option<String>,
pool: &Pool<Postgres>,
) -> Result<Vec<IndexUsage>, PgExtrasError>Shows statistics about index usage.