I have a database problem.
I am hosted with expression engine
Ever since I was upgraded to the full commercial version and further upgraded to 1.7 my situation has further deteriorated
On my processes, i get the following code
SELECT DISTINCT (
t.entry_id
)
FROM exp_weblog_titles AS t
LEFT JOIN exp_weblogs ON t.weblog_id = ewith enough of them on the site, the processes lock and people can not access the site
I have adjusted code and fixed up code, but what was working before without a hitch and I was receiving over 40,000 page views a day, now gets stuck on a lot less traffic.
The other issue with it is this always happens between 9;30 am and 1:30 pm EST
Does anyone know anything about database code?
Thank you