Is it possible to store MySQL data compressed? Option for that in MySQL?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
migrated from stackoverflow.com May 22 '11 at 8:22
|
You can use a compressed table, or (de)compress data stored in the table. |
|||
|
|
|
Or you can use the archive storage engine |
|||
|
|