I've brought this issue up before but it hasn't been resolved yet. I have more details this time so please help if you can:
One of the table in my database takes a long time to access, sometimes the page that accesses the database does not even load. There are only 800 records in the database. The script seems to be clean as well. The table holds information for links, its basically a directory structure. When the database is restarted it works fine for some time and then becomes increasingly slow with time. The other tables in the same database is still accessible and works fine though. I've used php for the scripts to display the directory.
Now is this a problem with the script?
but then once it slows down, I can't even access the table through the command line.
A problem with the table?
I would assume its not a problem with the database since the other tables work fine.
the database does get a lot of traffic but I've increased the memory as well as the max connection for MySQL.
Note: the table has only 800 rows but it has had records up to 11000 or so and most of them have been deleted since the links are not validated. Would this be problematic?