QUERY PLAN
Aggregate (cost=8.17..8.18 rows=1 width=32)
-> Index Scan using tbl_projects_created_by_idx on tbl_projects p (cost=0.14..8.16 rows=1 width=64)
Index Cond: (created_by = 5495)
Filter: (project_status = 3)