QUERY PLAN
Bitmap Heap Scan on tbl_implement_records (cost=8.58..16.07 rows=2 width=27)
Recheck Cond: (id = ANY ('{6989,6983}'::integer[]))
-> Bitmap Index Scan on tbl_implement_records_pkey (cost=0.00..8.58 rows=2 width=0)
Index Cond: (id = ANY ('{6989,6983}'::integer[]))