QUERY PLAN
Aggregate (cost=4658.44..4658.45 rows=1 width=8)
-> Sort (cost=4657.53..4657.68 rows=61 width=3873)
Sort Key: (CASE WHEN (c.sales_rep IS NULL) THEN 0 ELSE 1 END) DESC, ((date_part('epoch'::text, (now() - max(tbl_work_logs.end_at))) / '86400'::double precision)) DESC NULLS LAST, c.created_at DESC
-> GroupAggregate (cost=4654.19..4655.72 rows=61 width=3873)
Group Key: c.id, cl.id, (CASE WHEN (tbl_projects.client_id IS NULL) THEN false ELSE true END), ((date_part('epoch'::text, (now() - max(tbl_work_logs.end_at))) / '86400'::double precision)), (max(tbl_work_logs.end_at))
-> Sort (cost=4654.19..4654.35 rows=61 width=37)
Sort Key: c.id, cl.id, (CASE WHEN (tbl_projects.client_id IS NULL) THEN false ELSE true END), ((date_part('epoch'::text, (now() - max(tbl_work_logs.end_at))) / '86400'::double precision)), (max(tbl_work_logs.end_at))
-> Nested Loop Left Join (cost=2383.66..4652.38 rows=61 width=37)
-> Hash Left Join (cost=2383.37..4188.86 rows=61 width=40)
Hash Cond: (c.client_class = cl.id)
-> Hash Left Join (cost=2382.28..4187.51 rows=61 width=40)
Hash Cond: (c.sales_rep = sgr.sales_id)
-> Hash Right Join (cost=2380.63..4185.03 rows=61 width=40)
Hash Cond: (arrive.client_id = c.id)
-> Seq Scan on tbl_work_logs arrive (cost=0.00..1801.66 rows=682 width=4)
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))
-> Hash (cost=2379.86..2379.86 rows=61 width=40)
-> Hash Right Join (cost=2358.86..2379.86 rows=61 width=40)
Hash Cond: (tbl_projects.client_id = c.id)
-> HashAggregate (cost=189.76..198.49 rows=873 width=4)
Group Key: tbl_projects.client_id
-> Seq Scan on tbl_projects (cost=0.00..185.50 rows=1703 width=4)
Filter: (project_status = 3)
-> Hash (cost=2168.34..2168.34 rows=61 width=36)
-> Hash Right Join (cost=2125.87..2168.34 rows=61 width=36)
Hash Cond: (tbl_work_logs.client_id = c.id)
-> HashAggregate (cost=1979.94..2004.88 rows=1247 width=20)
Group Key: tbl_work_logs.client_id
-> Seq Scan on tbl_work_logs (cost=0.00..1712.33 rows=35681 width=12)
Filter: (NOT is_draft)
-> Hash (cost=145.17..145.17 rows=61 width=20)
-> Hash Right Join (cost=110.34..145.17 rows=61 width=20)
Hash Cond: (car.client_id = c.id)
-> Seq Scan on tbl_client_address_rels car (cost=0.00..29.87 rows=1887 width=8)
-> Hash (cost=109.58..109.58 rows=61 width=20)
-> Bitmap Heap Scan on tbl_clients c (cost=14.48..109.58 rows=61 width=20)
Recheck Cond: (sales_rep = 1001)
Filter: (NOT deleted)
-> Bitmap Index Scan on tbl_clients_sales_rep_idx (cost=0.00..4.80 rows=70 width=0)
Index Cond: (sales_rep = 1001)
-> Hash (cost=1.64..1.64 rows=1 width=4)
-> Seq Scan on tbl_sales_group_relationships sgr (cost=0.00..1.64 rows=1 width=4)
Filter: (sales_id = 1001)
-> Hash (cost=1.04..1.04 rows=4 width=4)
-> Seq Scan on tbl_client_classes cl (cost=0.00..1.04 rows=4 width=4)
-> Index Only Scan using tbl_term_taxonomy_relationships_object_id_term_id_idx on tbl_term_taxonomy_relationships ttr (cost=0.29..7.59 rows=1 width=4)
Index Cond: ((object_id = c.id) AND (term_id = 14))