QUERY PLAN
Bitmap Heap Scan on tbl_implement_records (cost=34.61..65.87 rows=9 width=27)
Recheck Cond: (id = ANY ('{7501,7281,7194,7109,6625,6581,6548,6540,6526}'::integer[]))
-> Bitmap Index Scan on tbl_implement_records_pkey (cost=0.00..34.61 rows=9 width=0)
Index Cond: (id = ANY ('{7501,7281,7194,7109,6625,6581,6548,6540,6526}'::integer[]))