Limit (cost=337.13..337.13 rows=3 width=313) |
-> Sort (cost=337.13..337.13 rows=3 width=313) |
Sort Key: s.is_draft DESC, s.end_at DESC |
-> Group (cost=337.08..337.10 rows=3 width=313) |
Group Key: s.id |
-> Sort (cost=337.08..337.09 rows=3 width=297) |
Sort Key: s.id |
-> Hash Right Join (cost=157.62..337.06 rows=3 width=297) |
Hash Cond: (ccr.work_log_id = s.id) |
-> Seq Scan on tbl_work_log_carbon_copy_rels ccr (cost=0.00..144.40 rows=9340 width=4) |
-> Hash (cost=157.58..157.58 rows=3 width=297) |
-> Hash Right Join (cost=15.96..157.58 rows=3 width=297) |
Hash Cond: (rvr.work_log_id = s.id) |
-> Seq Scan on tbl_work_log_verify_rels rvr (cost=0.00..121.12 rows=7812 width=4) |
-> Hash (cost=15.92..15.92 rows=3 width=297) |
-> Bitmap Heap Scan on tbl_work_logs s (cost=4.31..15.92 rows=3 width=297) |
Recheck Cond: (project_id = 3915) |
Filter: (NOT is_draft) |
-> Bitmap Index Scan on tbl_work_logs_project_id_idx (cost=0.00..4.31 rows=3 width=0) |
Index Cond: (project_id = 3915) |