I’m using the pg_stat_all_indexes
table to get the number of index scan used (idx_scan
).
Is there a way to determine which query used an index? A sampling of the data (like
Thanks
I’m using the pg_stat_all_indexes
table to get the number of index scan used (idx_scan
).
Is there a way to determine which query used an index? A sampling of the data (like
Thanks