QUERY PLAN
Sort (cost=331.45..331.71 rows=104 width=288)
Sort Key: id DESC
-> Bitmap Heap Scan on tbl_work_logs s (cost=5.10..327.96 rows=104 width=288)
Recheck Cond: (created_by = 1001)
-> Bitmap Index Scan on tbl_work_logs_created_by_idx (cost=0.00..5.07 rows=104 width=0)
Index Cond: (created_by = 1001)