Bitmap Heap Scan on tbl_projects (cost=61.11..205.96 rows=2 width=355) |
Recheck Cond: (client_id = ANY ('{146,982,1032,1039,1077,1094,1095,1098,1175,1178,1661,1933,1956,2044,2045,2046,2115,2117,2207,2219,2486,2499,2500,2511,2519,2520,2536,2538,2539,2540,2545,2551,2553,2582,2589,2616,2718,2719,2798,2800,2803,2836,2838,2845,3009,3081,3278,3286,3296,3301,3304,3311,3327,3334,3344,3364,3372,3389}'::integer[])) |
Filter: (project_status = ANY ('{1,2}'::integer[])) |
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..61.11 rows=104 width=0) |
Index Cond: (client_id = ANY ('{146,982,1032,1039,1077,1094,1095,1098,1175,1178,1661,1933,1956,2044,2045,2046,2115,2117,2207,2219,2486,2499,2500,2511,2519,2520,2536,2538,2539,2540,2545,2551,2553,2582,2589,2616,2718,2719,2798,2800,2803,2836,2838,2845,3009,3081,3278,3286,3296,3301,3304,3311,3327,3334,3344,3364,3372,3389}'::integer[])) |