MySQL Forums
Forum List  »  MyISAM

Re: Table as fifo
Posted by: Rick James
Date: November 16, 2010 12:51AM

Is that soutbl? And also desttbl?
And the SELECT looks something like
INSERT INTO bb SELECT * FROM aa WHERE C4 < '...' LIMIT 1

If the WHERE clause is more complicated, it might be using tmp tables on disk, which could be hitting the "other mount".

Please do
EXPLAIN SELECT ...
with the actual select that is in the INSERT...SELECT.

Options: ReplyQuote


Subject
Views
Written By
Posted
7164
November 12, 2010 03:40AM
2576
November 13, 2010 10:34AM
2485
November 13, 2010 12:14PM
2042
November 13, 2010 08:13PM
1984
November 14, 2010 01:01PM
1762
November 14, 2010 07:03PM
2159
November 15, 2010 02:14PM
Re: Table as fifo
1705
November 16, 2010 12:51AM
2415
November 16, 2010 03:03PM
1710
November 16, 2010 08:35PM
2227
November 17, 2010 01:13PM
1855
November 18, 2010 12:01AM
2043
November 18, 2010 12:25PM


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.