QUERY PLAN
Sort (cost=98.99..99.00 rows=1 width=194)
Sort Key: s.status, s.target_completed_at, s.created_at DESC
InitPlan 1 (returns $0)
-> Aggregate (cost=47.89..47.90 rows=1 width=32)
-> Seq Scan on tbl_tasks s_1 (cost=0.00..44.71 rows=1271 width=13)
Filter: (tree_path IS NOT NULL)
-> Group (cost=51.07..51.08 rows=1 width=194)
Group Key: s.id
-> Sort (cost=51.07..51.08 rows=1 width=194)
Sort Key: s.id
-> Seq Scan on tbl_tasks s (cost=0.00..51.06 rows=1 width=194)
Filter: ((tree_path @> $0) AND (parent_id = 1652))