[EMAIL PROTECTED] wrote:

You might save some space if you compress() before storing. Depending on
file content I'm seeing 0-50% savings?

Good idea, but note that COMPRESS() and UNCOMPRESS() weren't introduced until MySQL 4.1.1.
With earlier versions you may be able to compress and uncompress in your application before
inserting and after selecting (using PHP's gzcompress() and gzuncompress(), for example).


--
Keith Ivey <[EMAIL PROTECTED]>
Washington, DC


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to