Bitmap Heap Scan on tbl_projects (cost=51.89..203.33 rows=163 width=8) |
Recheck Cond: (client_id = ANY ('{1661,3375,2128,2492,3360,3361,3329,2547,2136,2130,2125,85,2138,3326,57,101,2205,1276,20,25}'::integer[])) |
Filter: (project_status = 3) |
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..51.85 rows=305 width=0) |
Index Cond: (client_id = ANY ('{1661,3375,2128,2492,3360,3361,3329,2547,2136,2130,2125,85,2138,3326,57,101,2205,1276,20,25}'::integer[])) |