QUERY PLAN
Sort (cost=298.60..298.83 rows=93 width=313)
Sort Key: id DESC
-> Bitmap Heap Scan on tbl_work_logs s (cost=5.01..295.55 rows=93 width=313)
Recheck Cond: (created_by = 1001)
-> Bitmap Index Scan on tbl_work_logs_created_by_idx (cost=0.00..4.99 rows=93 width=0)
Index Cond: (created_by = 1001)