Bitmap Heap Scan on tbl_projects (cost=49.90..125.46 rows=16 width=8) |
Recheck Cond: (client_id = ANY ('{875,187,2565,1876,646,682,1042,1046,1420,1408,1397,1653,1069,1389,1936,1855,334,2208,1321,1291}'::integer[])) |
Filter: (project_status = 3) |
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..49.90 rows=30 width=0) |
Index Cond: (client_id = ANY ('{875,187,2565,1876,646,682,1042,1046,1420,1408,1397,1653,1069,1389,1936,1855,334,2208,1321,1291}'::integer[])) |