query-plan-1228
Change label- Query Plan as raw text
-
- Summary
-
Hash Join (cost=759.74..2660.75 rows=25227 width=28) Hash Cond: ("outer".id_persona = "inner".id) -> Seq Scan on usuarios u (cost=0.00..1207.27 rows=25227 width=20) -> Hash (cost=698.79..698.79 rows=24379 width=16) -> Seq Scan on personas p (cost=0.00..698.79 rows=24379 width=16)

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