| Bitmap Heap Scan on tbl_projects (cost=49.90..126.12 rows=16 width=8) |
| Recheck Cond: (client_id = ANY ('{3458,3457,3451,3435,3432,3429,3427,3426,3389,3377,3364,3344,3334,3327,3311,3304,3301,3296,3286,3278}'::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 ('{3458,3457,3451,3435,3432,3429,3427,3426,3389,3377,3364,3344,3334,3327,3311,3304,3301,3296,3286,3278}'::integer[])) |