QUERY PLAN
Bitmap Heap Scan on tbl_implement_records (cost=12.87..23.93 rows=3 width=27)
Recheck Cond: (id = ANY ('{6982,6927,6922}'::integer[]))
-> Bitmap Index Scan on tbl_implement_records_pkey (cost=0.00..12.87 rows=3 width=0)
Index Cond: (id = ANY ('{6982,6927,6922}'::integer[]))