MySQL Forums
Forum List  »  Maria

Re: Compression
Posted by: Michael Widenius
Date: May 16, 2008 05:27AM

No, there is no compression of text/blob in Maria.
Compression of blobs should preferable be done on the MySQL server side, as this would allow compression for all storage engine.
For now, you can use the compress() / uncompress() functions on the SQL level to store/retrieve blob/text in compressed format

Regards,
Monty

Options: ReplyQuote


Subject
Written By
Posted
May 15, 2008 09:17PM
Re: Compression
May 16, 2008 05:27AM
March 31, 2009 05:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.