I have this SQL query:
SELECT COUNT(*)
FROM Contract_Position
WHERE Position_Type != 'MARKET'
Click on the link below to view the image of table of data -

Imagine the scenario where there are now millions of records in Contract Position table, how would you enhance the performance of the above query?
Thanks for your help, S