QUERY PLAN
Bitmap Heap Scan on tbl_implement_records (cost=12.87..23.96 rows=3 width=27)
Recheck Cond: (id = ANY ('{7524,7486,7436}'::integer[]))
-> Bitmap Index Scan on tbl_implement_records_pkey (cost=0.00..12.87 rows=3 width=0)
Index Cond: (id = ANY ('{7524,7486,7436}'::integer[]))