QUERY PLAN
Sort (cost=308.54..308.78 rows=96 width=311)
Sort Key: id DESC
-> Bitmap Heap Scan on tbl_work_logs s (cost=5.03..305.38 rows=96 width=311)
Recheck Cond: (created_by = 1001)
-> Bitmap Index Scan on tbl_work_logs_created_by_idx (cost=0.00..5.01 rows=96 width=0)
Index Cond: (created_by = 1001)