Is it possible to store MySQL data compressed? Option for that in MySQL?
|
feedback
|
migrated from stackoverflow.com May 22 '11 at 8:22
This question came from our site for professional and enthusiast programmers.
|
You can use a compressed table, or (de)compress data stored in the table. | |||
|
feedback
|
|
Or you can use the archive storage engine | |||
|
feedback
|