| Bitmap Heap Scan on tbl_projects (cost=36.09..175.90 rows=52 width=8) |
| Recheck Cond: (client_id = ANY ('{2094,149,2737,399,3433,2728,2123,2114,2098,2093,1101,31}'::integer[])) |
| Filter: (project_status = 3) |
| -> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..36.08 rows=97 width=0) |
| Index Cond: (client_id = ANY ('{2094,149,2737,399,3433,2728,2123,2114,2098,2093,1101,31}'::integer[])) |