QUERY PLAN
Sort (cost=95.70..95.70 rows=1 width=196)
Sort Key: s.status, s.target_completed_at, s.created_at DESC
InitPlan 1 (returns $0)
-> Aggregate (cost=46.30..46.31 rows=1 width=32)
-> Seq Scan on tbl_tasks s_1 (cost=0.00..43.24 rows=1224 width=13)
Filter: (tree_path IS NOT NULL)
-> Group (cost=49.37..49.38 rows=1 width=196)
Group Key: s.id
-> Sort (cost=49.37..49.38 rows=1 width=196)
Sort Key: s.id
-> Seq Scan on tbl_tasks s (cost=0.00..49.36 rows=1 width=196)
Filter: ((tree_path @> $0) AND (parent_id = 1648))