I have a database that contains tables with a lot of entries in each. My question is, how many entries is too many before the server (P4, 2.4 Ghz, 1 mb ram) starts to lag or come to a crawl?
If I have 1 million + entries each in 15 - 25 different tables... and it's contantly being inserted to, updating entries, and deleting entries... do you think my machine would be able to handle it? .... assuming that the server is solely dedicated for MySQL and not any other stuff, such as Apache, etc.
If it can't handle this much, which databases would be better equipped to handle it? ... or would a faster, beefier server solve the problem?
Thanks....