| Sort (cost=46.30..46.30 rows=2 width=21) |
| Sort Key: tbl_project_architects.contribution DESC, tbl_project_architects.engineer_id |
| -> Nested Loop Left Join (cost=0.14..46.29 rows=2 width=21) |
| -> Seq Scan on tbl_project_architects (cost=0.00..29.85 rows=2 width=12) |
| Filter: (project_id = ANY ('{4179,3703}'::integer[])) |
| -> Index Scan using tbl_users_pkey on tbl_users u (cost=0.14..8.16 rows=1 width=13) |
| Index Cond: (tbl_project_architects.engineer_id = id) |