| GroupAggregate (cost=713.44..713.66 rows=1 width=558) |
| Group Key: c.id, cc.id |
| -> Sort (cost=713.44..713.44 rows=1 width=566) |
| Sort Key: cc.id |
| -> Nested Loop Left Join (cost=10.85..713.43 rows=1 width=566) |
| Join Filter: (cc.id = c.client_class) |
| -> Nested Loop Left Join (cost=10.85..712.34 rows=1 width=520) |
| Join Filter: (sl.client_id = c.id) |
| -> Nested Loop Left Join (cost=5.61..336.49 rows=1 width=512) |
| Join Filter: (arrive.client_id = c.id) |
| -> Index Scan using tbl_clients_pkey on tbl_clients c (cost=0.28..8.29 rows=1 width=504) |
| Index Cond: (id = 982) |
| Filter: (NOT deleted) |
| -> Bitmap Heap Scan on tbl_work_logs arrive (cost=5.33..328.17 rows=2 width=12) |
| Recheck Cond: ((client_id IS NOT NULL) AND (client_id = 982)) |
| Filter: ((NOT is_draft) AND (location_in_id IS NOT NULL) AND (location_out_id IS NOT NULL) AND (scenario_id = 1)) |
| -> Bitmap Index Scan on tbl_work_logs_client_id_idx (cost=0.00..5.33 rows=104 width=0) |
| Index Cond: ((client_id IS NOT NULL) AND (client_id = 982)) |
| -> Bitmap Heap Scan on tbl_work_logs sl (cost=5.24..374.31 rows=123 width=12) |
| Recheck Cond: (client_id = 982) |
| -> Bitmap Index Scan on tbl_work_logs_client_id_idx (cost=0.00..5.21 rows=123 width=0) |
| Index Cond: (client_id = 982) |
| -> Seq Scan on tbl_client_classes cc (cost=0.00..1.04 rows=4 width=46) |