null_indexes

Function null_indexes 

Source
pub async fn null_indexes(
    min_relation_size_mb: Option<String>,
    pool: &Pool<Postgres>,
) -> Result<Vec<NullIndexes>, PgExtrasError>
Expand description

Shows indexes that contain mostly NULL values.