QUERY PLAN
Hash Join (cost=4.91..12.84 rows=1 width=12)
Hash Cond: (u.id = r.user_id)
-> Seq Scan on tbl_users u (cost=0.00..7.80 rows=24 width=4)
Filter: (user_status = '1'::type_global_user_status)
-> Hash (cost=4.89..4.89 rows=2 width=12)
-> Seq Scan on tbl_punch_leave_carbon_copy_rels r (cost=0.00..4.89 rows=2 width=12)
Filter: (punch_leave_id = 176)