Does the result set reside on the client or server side? For the sake of performance, I would like to know, for example, when you perform a "fetch row" operation, if mySQL has to make a round-trip to the server every time.
I'm wondering what the limit is. MySQL has a limit by default of 16MB per communication.
What happens if you get crazy and perform a "SELECT * ..." on a table that will provide more than 16MB in the return? ______________________________________________________________________
TANSTAAFL!
The server normally goes into a state of shock and hides from you until you restart it.
*note to self: don't select * on a table with 2,850,000+ records on a saturday when you are not near the server. ______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.