QUERY PLAN
Sort (cost=292.78..293.01 rows=90 width=313)
Sort Key: id DESC
-> Bitmap Heap Scan on tbl_work_logs s (cost=4.99..289.86 rows=90 width=313)
Recheck Cond: (created_by = 1001)
-> Bitmap Index Scan on tbl_work_logs_created_by_idx (cost=0.00..4.96 rows=90 width=0)
Index Cond: (created_by = 1001)