| GroupAggregate (cost=8.91..81.46 rows=1 width=482) |
| Group Key: p.id |
| -> Nested Loop Left Join (cost=8.91..40.20 rows=1 width=370) |
| Join Filter: (sl.project_id = p.id) |
| -> Nested Loop Left Join (cost=4.59..24.24 rows=1 width=362) |
| Join Filter: (arrive.project_id = p.id) |
| -> Index Scan using tbl_projects_pkey on tbl_projects p (cost=0.28..8.30 rows=1 width=354) |
| Index Cond: (id = 3957) |
| -> Bitmap Heap Scan on tbl_work_logs arrive (cost=4.31..15.93 rows=1 width=12) |
| Recheck Cond: (project_id = 3957) |
| Filter: ((NOT is_draft) AND (location_in_id IS NOT NULL) AND (location_out_id IS NOT NULL) AND (client_id IS NOT NULL) AND (scenario_id = 1)) |
| -> Bitmap Index Scan on tbl_work_logs_project_id_idx (cost=0.00..4.31 rows=3 width=0) |
| Index Cond: (project_id = 3957) |
| -> Bitmap Heap Scan on tbl_work_logs sl (cost=4.31..15.92 rows=3 width=12) |
| Recheck Cond: (project_id = 3957) |
| -> Bitmap Index Scan on tbl_work_logs_project_id_idx (cost=0.00..4.31 rows=3 width=0) |
| Index Cond: (project_id = 3957) |
| SubPlan 1 |
| -> Aggregate (cost=41.18..41.19 rows=1 width=32) |
| -> Seq Scan on tbl_invoices i (cost=0.00..41.17 rows=1 width=6) |
| Filter: (project_id = p.id) |