QUERY PLAN
Bitmap Heap Scan on tbl_implement_records (cost=26.03..50.65 rows=7 width=27)
Recheck Cond: (id = ANY ('{6858,6889,6900,6917,6920,6931,6932}'::integer[]))
-> Bitmap Index Scan on tbl_implement_records_pkey (cost=0.00..26.03 rows=7 width=0)
Index Cond: (id = ANY ('{6858,6889,6900,6917,6920,6931,6932}'::integer[]))