GroupAggregate (cost=144.00..144.02 rows=1 width=12) |
Group Key: p.project_status |
-> Sort (cost=144.00..144.00 rows=1 width=4) |
Sort Key: p.project_status |
-> Bitmap Heap Scan on tbl_projects p (cost=5.11..143.99 rows=1 width=4) |
Recheck Cond: (created_by = 1001) |
Filter: ((project_status <> 1) AND (bargain_date >= '2025-09-10'::date) AND (bargain_date <= '2025-09-10'::date)) |
-> Bitmap Index Scan on tbl_projects_created_by_idx (cost=0.00..5.11 rows=110 width=0) |
Index Cond: (created_by = 1001) |