PostgreSQL - Indexing Strategies
You want to speed up this query:
SELECT product_id, price, stock FROM products WHERE product_id = 123; by creating a covering index. Which index is best?