Table Schema Columns: A, B, C, D, E I have a primary key in the table which combines (A, B) and I have a query -> Select all from the table whose A = 123.
So the above query will scan the whole table or not? If it will scan the table then the only solution is to create an index over a column A