QUERY PLAN
Bitmap Heap Scan on tbl_implement_records (cost=48.06..94.88 rows=14 width=27)
Recheck Cond: (id = ANY ('{7522,7493,7451,7501,7497,7490,7478,7458,7494,7472,7466,7461,7453,7449}'::integer[]))
-> Bitmap Index Scan on tbl_implement_records_pkey (cost=0.00..48.06 rows=14 width=0)
Index Cond: (id = ANY ('{7522,7493,7451,7501,7497,7490,7478,7458,7494,7472,7466,7461,7453,7449}'::integer[]))