I have a database that is being accessed by a web browser. The query is pretty simple.
select * from table where ID="string"
the question I need to ask is that do I need to worry about the response time becoming "very noticeably" slower to the end user as the server grows large??
(right now the query is returned in 0.00004 seconds. i really dont care even if it takes a few seconds.)