MySQL Forums
Forum List  »  Performance

Re: Server just hanging (Copying to tmp table)
Posted by: Thomas Deliduka
Date: December 15, 2005 11:32AM

In case the above syntax is too long to be easily read...
YOUR MODIFICATION:
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE xno_items ref active active 4 const 1647 Using temporary; Using filesort
1 SIMPLE xno_prod_index eq_ref PRIMARY PRIMARY 64 finerkitchens_com.xno_items.itemid,const 1
1 SIMPLE xno_item_cat index NULL PRIMARY 8 NULL 5155 Using index
1 SIMPLE xno_categories eq_ref PRIMARY,active PRIMARY 4 finerkitchens_com.xno_item_cat.catid 1
1 SIMPLE xno_manufacturers eq_ref PRIMARY PRIMARY 4 finerkitchens_com.xno_items.mfgid 1


ORIGINAL:
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE xno_items ref PRIMARY,active active 4 const 1647 Using temporary; Using filesort
1 SIMPLE xno_prod_index eq_ref PRIMARY PRIMARY 64 finerkitchens_com.xno_items.itemid,const 1 Using where
1 SIMPLE xno_item_cat index NULL PRIMARY 8 NULL 5155 Using index
1 SIMPLE xno_categories eq_ref PRIMARY,active PRIMARY 4 finerkitchens_com.xno_item_cat.catid 1 Using where
1 SIMPLE xno_manufacturers eq_ref PRIMARY PRIMARY 4 finerkitchens_com.xno_items.mfgid 1

I know enough to be dangerous. Thanks for being patient!

Options: ReplyQuote


Subject
Views
Written By
Posted
8199
December 07, 2006 10:30AM
9578
September 23, 2005 01:56AM
4845
October 05, 2005 04:58AM
6040
October 05, 2005 11:49PM
5320
October 06, 2005 01:34AM
6616
October 06, 2005 04:57PM
Re: Server just hanging (Copying to tmp table)
4236
December 15, 2005 11:32AM
6431
January 21, 2008 10:14AM
5787
January 21, 2008 10:53AM
5244
May 19, 2008 09:41AM
5458
February 05, 2008 10:27AM
6005
March 12, 2008 08:37AM
6065
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.