1

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

ilhan
  • 288
  • 5
  • 15

2 Answers2

4

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

Matt Ball
  • 241
  • 1
  • 9
1

Or you can use the archive storage engine

Lmwangi
  • 352
  • 1
  • 6