Bitmap Heap Scan on tbl_projects (cost=49.90..125.46 rows=16 width=8) |
Recheck Cond: (client_id = ANY ('{1177,1374,607,603,905,901,1168,1296,1227,1297,1350,1273,391,1047,361,1895,184,983,743,463}'::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 ('{1177,1374,607,603,905,901,1168,1296,1227,1297,1350,1273,391,1047,361,1895,184,983,743,463}'::integer[])) |