MySQL Forums
Forum List  »  Performance

INSERT INTO x SELECT SQL_BIG_RESULT?
Posted by: Mark Modrall
Date: October 26, 2005 04:56PM

Hi...

I've started experimenting with using SQL_BIG_RESULT on some queries and have found for large result sets it improves performance dramatically. But I was wondering - on INSERT ... SELECT statements would there be a similar benefit or is the server going to get some optimization out of knowing it's stashing the result in a table as it goes anyway? I know it allows you to put SQL_BIG_RESULT on an INSERT ... SELECT statement, but I haven't done experiments to see if it might pay off and under which circumstances.

Thanks
_mark

Options: ReplyQuote


Subject
Views
Written By
Posted
INSERT INTO x SELECT SQL_BIG_RESULT?
1844
October 26, 2005 04:56PM


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.