MySQL Forums
Forum List  »  Optimizer & Parser

Re: Subquery with range uses filesort
Posted by: David Marcus
Date: December 09, 2013 06:08PM

> What do you mean by "Duration" and "Fetch"?

That is how MySQL Workbench reports query times. See

http://forums.mysql.com/read.php?152,560430,560610#msg-560610

> Switching to InnoDB may help performance right away!

I wrote the first version of the website in 2004. MyISAM was the
default at the time and seemed a reasonable choice.

I suppose I could switch to InnoDB. While I haven't looked into it
carefully, my impression is that things should be done differently for
InnoDB, e.g., not locking tables.

I could experiment with changing the MyISAM index and InnoDB on my
development PC.

Options: ReplyQuote


Subject
Views
Written By
Posted
4667
November 16, 2013 02:42PM
1621
November 17, 2013 07:42PM
1628
November 17, 2013 08:01PM
1651
November 18, 2013 04:33PM
2181
November 18, 2013 07:54PM
1857
November 19, 2013 04:10PM
1746
November 19, 2013 08:36PM
1841
November 21, 2013 02:55PM
2029
December 05, 2013 03:46PM
1641
December 07, 2013 02:10PM
Re: Subquery with range uses filesort
1602
December 09, 2013 06:08PM
1714
December 14, 2013 09:51PM
1582
December 14, 2013 10:17PM
1675
December 15, 2013 11:29PM
1762
December 17, 2013 06:58PM
1668
December 18, 2013 05:49PM
1698
December 18, 2013 08:28PM
1732
December 19, 2013 10:13PM
1694
December 19, 2013 10:28PM
1533
December 20, 2013 07:06PM
1644
December 21, 2013 07:36AM
1683
December 22, 2013 10:01AM
1749
December 22, 2013 10:45AM
1641
December 25, 2013 09:30PM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.