Bitmap Heap Scan on tbl_products (cost=17.43..32.07 rows=5 width=130) |
Recheck Cond: (id = ANY ('{1956,1954,969,1586,1657}'::integer[])) |
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..17.43 rows=5 width=0) |
Index Cond: (id = ANY ('{1956,1954,969,1586,1657}'::integer[])) |