Is it possible to store MySQL data compressed? Option for that in MySQL?

link|improve this question

feedback

migrated from stackoverflow.com May 22 '11 at 8:22

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 4 down vote accepted

You can use a compressed table, or (de)compress data stored in the table.

link|improve this answer
feedback

Or you can use the archive storage engine

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.