From: Warren Young Date: October 27 2005 5:54am Subject: Re: Retrieving 300K+ records List-Archive: http://lists.mysql.com/plusplus/5060 Message-Id: <43606B7D.2090908@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Alex Vishnev wrote: > > Before I jump > into mysql C library, can anyone else confirm or deny that overhead of Row > object (or others) can degrade the performance on large queries? Easily. There are multiple copies of the data made, lots of memory being moved around, type conversions, etc. This is not a low-overhead class. There's an item on the Wishlist to alleviate some of this, and some ideas at how to implement it. All that's wanted is someone interested enough to do it in a clean way that doesn't break the ABI. Or, patience to wait until 3.x.