I have a very large database (sqlor some thing) of over 250,000 articles and it loads very slow! is there away to speed it up so my host do not time it out Here it is I have shared hosting Thanks
Are you using a caching mechanism like APC? If not, I would start using it immediately. There's many ways to optimize your app / database. Without knowing exactly what you are doing it's hard to recommend anything specific. How is your database organized, database and table structures? Are your queries optimized (Ex: Not using SELECT *) at all? Do you have proper indexes on the correct columns?
Hi: I'm not an expert on databases but if you know about it I would pay $20.00 to optimize. Pm if interested
Try to use option log-slow-queries= in your my.cnf to detect slow queries, after that try to optimize indexes and/or tuning my.cnf