From: Warren Young Date: March 21 2007 4:19am Subject: Re: dumping large binary file in database List-Archive: http://lists.mysql.com/plusplus/6463 Message-Id: <4600B23E.1040508@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ian Miller wrote: > > Am I missing something? Yes: he said it's too slow the way it works now. He's got a translation from binary -- the current source of the data, apparently -- to text inside the client-side program and back to binary in the database server. He wants that import process to go faster, so he's trying to get rid of that extra translation.