Bitmap Heap Scan on tbl_projects (cost=8.59..19.32 rows=2 width=8) |
Recheck Cond: (client_id = ANY ('{3382,3243}'::integer[])) |
Filter: (project_status = 3) |
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..8.59 rows=3 width=0) |
Index Cond: (client_id = ANY ('{3382,3243}'::integer[])) |