Aggregate (cost=33.65..33.66 rows=1 width=8) |
-> Sort (cost=32.50..32.69 rows=77 width=218) |
Sort Key: s.created_at DESC |
-> HashAggregate (cost=29.32..30.09 rows=77 width=218) |
Group Key: s.id |
-> Hash Right Join (cost=10.20..27.39 rows=770 width=12) |
Hash Cond: (turs.task_group_id = s.id) |
-> Seq Scan on tbl_task_group_user_relationships turs (cost=0.00..7.33 rows=433 width=4) |
-> Hash (cost=8.48..8.48 rows=137 width=12) |
-> Hash Right Join (cost=5.73..8.48 rows=137 width=12) |
Hash Cond: (thrs.task_group_id = s.id) |
-> Seq Scan on tbl_task_group_head_of_relationships thrs (cost=0.00..2.37 rows=137 width=4) |
-> Hash (cost=4.77..4.77 rows=77 width=16) |
-> Seq Scan on tbl_task_groups s (cost=0.00..4.77 rows=77 width=16) |