PostgreSQL - Performance Tuning
Given a table
sales with 1 million rows and no indexes, what will be the likely effect of running this query?SELECT * FROM sales WHERE product_id = 123;