pub async fn index_cache_hit(
schema: Option<String>,
pool: &Pool<Postgres>,
) -> Result<Vec<IndexCacheHit>, PgExtrasError>Expand description
Shows index cache hit rates.
pub async fn index_cache_hit(
schema: Option<String>,
pool: &Pool<Postgres>,
) -> Result<Vec<IndexCacheHit>, PgExtrasError>Shows index cache hit rates.