QUERY PLAN
Nested Loop (cost=0.14..10.69 rows=1 width=12)
-> Seq Scan on tbl_punch_away_carbon_copy_rels r (cost=0.00..1.91 rows=1 width=12)
Filter: (punch_away_id = 244)
-> Index Scan using tbl_users_pkey on tbl_users u (cost=0.14..8.16 rows=1 width=4)
Index Cond: (id = r.user_id)
Filter: (user_status = '1'::type_global_user_status)