From: Warren Young Date: September 5 2006 9:02pm Subject: Re: Big query List-Archive: http://lists.mysql.com/plusplus/5920 Message-Id: <44FDE5ED.70908@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Paoletti Vincenzo wrote: > I've a big query to execute.There is a way to speed up with mysql++ whitout modify teh SQL? Wise man say: First rule of optimization: don't do it. Second rule of optimization (for experts only): don't to it yet. If you haven't profiled your code and have proof that MySQL++ is the source of your program's slowness, you're violating both rules. If MySQL++ itself is not slowing your program down appreciably, then you have no hope of speeding it up by changing MySQL++.