QUERY PLAN
Sort (cost=9.52..9.52 rows=2 width=167)
Sort Key: id DESC
-> Bitmap Heap Scan on tbl_work_logs s (cost=4.16..9.51 rows=2 width=167)
Recheck Cond: (created_by = 5495)
-> Bitmap Index Scan on tbl_work_logs_created_by_idx (cost=0.00..4.16 rows=2 width=0)
Index Cond: (created_by = 5495)