After a HUGE performance loss on MySQL version 5 we moved back to version 3. The main problem we have now is that one of the queries are locking the database every time it is running. The query is:
Select count(*) as NoRec from gen_Main Left Join con_History ON (gen_Main.WKey = con_History.WKey) Where con_History.RecActive = 'y' And con_History.MOID = 1 And con_History.DepId =14
Can someone please help
Select count(*) as NoRec from gen_Main Left Join con_History ON (gen_Main.WKey = con_History.WKey) Where con_History.RecActive = 'y' And con_History.MOID = 1 And con_History.DepId =14
Can someone please help
BUT I learned alot through this mistake...
Comment