Aggregate (cost=567.35..567.36 rows=1 width=8) |
-> Bitmap Heap Scan on tbl_schedules (cost=88.96..567.14 rows=81 width=0) |
Recheck Cond: (created_by = ANY ('{1004,1005,1013,5087}'::integer[])) |
Filter: ((NOT is_complete) AND (is_public = 1)) |
-> Bitmap Index Scan on tbl_schedules_created_by_idx (cost=0.00..88.94 rows=4239 width=0) |
Index Cond: (created_by = ANY ('{1004,1005,1013,5087}'::integer[])) |