MySQL Forums
Forum List  »  Performance

Re: Has anyone found a Viable Solution?
Posted by: Erin ONeill
Date: October 05, 2005 04:52PM

Did you jump from 3.23 to 4.1? I thought MySQL likes us to go in steps -- 3.23 -> 4.0 -> 4.1 -> 5.0 with no skipping ahead. hmmm.

I do know that the SQL syntax changes from each version (no sub queries until 4.1 and logical ORs aren't really optimized until 5.0). but without the explain for these it's hard to tell what's going on. Maybe your indexes didn't get created?

If you're having problems with a query we need to see and explain plan for that query and a show create table(s)\G for the tables involved....

erin

Options: ReplyQuote


Subject
Views
Written By
Posted
8387
December 07, 2006 10:30AM
9752
September 23, 2005 01:56AM
5004
October 05, 2005 04:58AM
Re: Has anyone found a Viable Solution?
5423
October 05, 2005 04:52PM
6228
October 05, 2005 11:49PM
5455
October 06, 2005 01:34AM
6796
October 06, 2005 04:57PM
6615
January 21, 2008 10:14AM
5945
January 21, 2008 10:53AM
5420
May 19, 2008 09:41AM
5615
February 05, 2008 10:27AM
6200
March 12, 2008 08:37AM
6229
November 14, 2008 12:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.