QUERY PLAN
GroupAggregate (cost=6.76..748.88 rows=281 width=12)
Group Key: client_id
-> Bitmap Heap Scan on tbl_work_logs (cost=6.76..744.48 rows=318 width=8)
Recheck Cond: (client_id = 90)
Filter: (NOT is_draft)
-> Bitmap Index Scan on tbl_work_logs_client_id_idx (cost=0.00..6.68 rows=319 width=0)
Index Cond: (client_id = 90)