QUERY PLAN
Aggregate (cost=165.33..165.34 rows=1 width=32)
-> Bitmap Heap Scan on tbl_projects p (cost=11.44..163.65 rows=223 width=9)
Recheck Cond: (created_by = 5295)
Filter: (project_status = 3)
-> Bitmap Index Scan on tbl_projects_created_by_idx (cost=0.00..11.38 rows=414 width=0)
Index Cond: (created_by = 5295)