query-plan-1174
Change label- Query Plan as raw text
-
- Summary
-
Hash Join (cost=44.57..84.62 rows=10 width=34) Hash Cond: (f.id = r.id) -> Seq Scan on financials f (cost=0.00..35.60 rows=1160 width=12) -> Hash (cost=44.43..44.43 rows=11 width=30) -> Index Scan using studentfacultyratio_idx on rankings r (cost=0.00..44.43 rows=11 width=30) Index Cond: (studentfacultyratio < 3::double precision)

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