MySQL Forums
Forum List  »  Performance

Re: Slow Query too much time in Copy to Tmp Table
Posted by: Gustavo Mateos
Date: October 24, 2013 08:18AM

Thanks for you reply.

We are using MySQL 5.1.66. Just next weekend we are going to upgrade it to 5.5.

Here you have, the EXPLAIN output for this query:

*************************** 1. row ***************************
id: 1
select_type: SIMPLE
table: track_acts_store
partitions: NULL
type: range
possible_keys: page_unique,act_time
key: act_time
key_len: 4
ref: NULL
rows: 118449
Extra: Using where; Using temporary; Using filesort
*************************** 2. row ***************************
id: 1
select_type: SIMPLE
table: track_visits_store
partitions: NULL
type: ref
possible_keys: visit_unique
key: visit_unique
key_len: 8
ref: intent_sharing.track_acts_store.act_unique
rows: 1
Extra:

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Slow Query too much time in Copy to Tmp Table
15999
October 24, 2013 08:18AM


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.