QUERY PLAN
Sort (cost=314.13..314.51 rows=153 width=519)
Sort Key: id DESC
-> Bitmap Heap Scan on tbl_schedules (cost=5.47..308.58 rows=153 width=519)
Recheck Cond: (created_by = 1001)
-> Bitmap Index Scan on tbl_schedules_created_by_idx (cost=0.00..5.43 rows=153 width=0)
Index Cond: (created_by = 1001)