I have a table which consists of 200 Companies Stock prices for 5 years. This is one large table which consists of Company Name, Stock Open, High, Low, Close, Date
I am now required to do some processing on the same and also let users [up to 10] access this database to fetch reports on different sets of parameters and queries.
Should I use the database as it is or do you have any suggestion to make it more optimized.
Thanks.