MySQL Forums
Forum List  »  Performance

Re: mysql client does not return rows right away on large result set
Posted by: Peter Brawley
Date: May 31, 2018 08:39PM

mysql --help --verbose | more
...
 -q, --quick         Don't cache result, print it row by row. This may slow
                     down the server if the output is suspended. Doesn't use
                     history file.
...

But why in the world would you want to watch millions of rows scroll by?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql client does not return rows right away on large result set
603
May 31, 2018 08:39PM


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.