| Aggregate (cost=752.94..752.95 rows=1 width=8) |
| -> Bitmap Heap Scan on tbl_schedules (cost=138.15..752.53 rows=165 width=0) |
| Recheck Cond: (created_by = ANY ('{1001,1004,1005,1013,5087,5295,5300,5311,5329,5332,5420,5448,5449}'::integer[])) |
| Filter: ((NOT is_complete) AND (is_public = 1)) |
| -> Bitmap Index Scan on tbl_schedules_created_by_idx (cost=0.00..138.11 rows=7248 width=0) |
| Index Cond: (created_by = ANY ('{1001,1004,1005,1013,5087,5295,5300,5311,5329,5332,5420,5448,5449}'::integer[])) |