What to do to get data in 0 sec on a table that keeps increasing every day. I know creating indexes would improve the select speed I don't want to create index which will in future slow down the insert/update speed.
Is there anything else we can do to improve the select performance.
For example: Simple query like
Select Count(id) from data
takes 4 sec
Update: As requested here is the Execution Plan