QUERY PLAN
Sort (cost=39.06..39.07 rows=3 width=21)
Sort Key: tbl_project_architects.contribution DESC, tbl_project_architects.engineer_id
-> Hash Right Join (cost=30.75..39.04 rows=3 width=21)
Hash Cond: (u.id = tbl_project_architects.engineer_id)
-> Seq Scan on tbl_users u (cost=0.00..7.39 rows=139 width=13)
-> Hash (cost=30.71..30.71 rows=3 width=12)
-> Seq Scan on tbl_project_architects (cost=0.00..30.71 rows=3 width=12)
Filter: (project_id = ANY ('{3805,3814,3811}'::integer[]))