I create a table whose one non-index column is always sorted and i want to get some results using Where(on sorted column ) clause.but Where clause goes through all the records for results.How to take result efficiently(in terms of time) using query on sorted column.or Is there is any way where don't go through all the records and use the fact column is sorted. column cannot be make any type of key