| Aggregate (cost=8.20..8.21 rows=1 width=136) |
| -> Index Scan using tbl_projects_created_by_idx on tbl_projects p (cost=0.14..8.17 rows=1 width=100) |
| Index Cond: (created_by = 5495) |
| Filter: ((bargain_date >= '2026-01-01'::date) AND (bargain_date < '2027-01-01 00:00:00'::timestamp without time zone) AND (project_status = 3)) |