Index scan ratio on postgres database tables
Number of sequential scan versus index scan per table during the audit period.
Schema.Table | Sequencial scan | Index scan | Index vs Sequencial |
---|---|---|---|
public.test | 1 | 1 | 50.00% |
Number of sequential scan versus index scan per table during the audit period.
Schema.Table | Sequencial scan | Index scan | Index vs Sequencial |
---|---|---|---|
public.test | 1 | 1 | 50.00% |