MySQL Forums
Forum List  »  Performance

SQL_BIG_RESULT and performance?
Posted by: Mark Modrall
Date: October 20, 2005 04:11PM

Hi...

I was looking at the doc page for 4.1 and see the SQL_BIG_RESULT, SQL_BUFFER_RESULT, and SQL_SMALL_RESULT options for SELECT statements, but it's not clear what the performance implications are. For that matter "BIG" and "SMALL" are left completely unscoped...

In one of my applications, I'm regularly making selects with group bys resulting in 300K+ rows and then reading them. Would that be considered large?

What would I expect to see in terms of performance impact for adding SQL_BIG_RESULT or SQL_BUFFER_RESULT to that query? I'm using ORDER BY NULL so there isn't sorting going on.

Thanks
_mark

Options: ReplyQuote


Subject
Views
Written By
Posted
SQL_BIG_RESULT and performance?
5606
October 20, 2005 04:11PM


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.