query-plan-1195
Change label- Query Plan as raw text
-
- Summary
-
Bitmap Heap Scan on rankings (cost=4.30..22.86 rows=7 width=196) Recheck Cond: (gradrate < 10::double precision) -> Bitmap Index Scan on gradrate_idx (cost=0.00..4.30 rows=7 width=0) Index Cond: (gradrate < 10::double precision)

[EXPLAIN ANALYZE].EXPLAINand interpreting its output, see the Postgres documentation, in particular theEXPLAINandANALYZEreferences pages, and Using Explain.