myisampack (1) Linux Manual Page
NAME myisampack – generate compressed, read-only MyISAM tables SYNOPSIS myisampack [options] file_name … DESCRIPTION The myisampack utility compresses MyISAM tables. myisampack works by compressing each column in the table separately. Usually, myisampack packs the data file 40% to 70%. When the table is used later, the server reads into memory the information needed to decompress…
