Index read/fetch on pgbench database indexes
Number of index entries returned by index scans, and number of live table rows fetched by simple index scans using that index during the audit period.
Schema.Table.Index | Index scan | Index entries returned | Live table rows fetched |
---|---|---|---|
public.pgbench_accounts.pgbench_accounts_pkey | 24360683 | 24374759 | 24360683 |
public.pgbench_branches.pgbench_branches_pkey | 2898216 | 3389006 | 2898211 |
public.pgbench_tellers.pgbench_tellers_pkey | 2898211 | 3220772 | 2898211 |