| Sort (cost=53.11..53.14 rows=10 width=21) |
| Sort Key: tbl_project_architects.contribution DESC, tbl_project_architects.engineer_id |
| -> Hash Left Join (cost=9.17..52.95 rows=10 width=21) |
| Hash Cond: (tbl_project_architects.engineer_id = u.id) |
| -> Seq Scan on tbl_project_architects (cost=0.00..43.75 rows=10 width=12) |
| Filter: (project_id = ANY ('{2587,3933,3935,3788,3772,3737,3642,3392,3364,3258}'::integer[])) |
| -> Hash (cost=7.41..7.41 rows=141 width=13) |
| -> Seq Scan on tbl_users u (cost=0.00..7.41 rows=141 width=13) |