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