QUERY PLAN
Bitmap Heap Scan on tbl_implement_records (cost=30.03..54.78 rows=7 width=27)
Recheck Cond: (id = ANY ('{7494,7461,7453,7449,7448,7441,7438}'::integer[]))
-> Bitmap Index Scan on tbl_implement_records_pkey (cost=0.00..30.03 rows=7 width=0)
Index Cond: (id = ANY ('{7494,7461,7453,7449,7448,7441,7438}'::integer[]))