| Aggregate (cost=147.73..147.74 rows=1 width=32) |
| -> Bitmap Heap Scan on tbl_projects p (cost=5.13..147.29 rows=59 width=9) |
| Recheck Cond: (created_by = 1001) |
| Filter: (project_status = 3) |
| -> Bitmap Index Scan on tbl_projects_created_by_idx (cost=0.00..5.12 rows=112 width=0) |
| Index Cond: (created_by = 1001) |