myisampack
— Generate Compressed, Read-Only MyISAM Tables
338
46 479 1 14 4
47 480 1 14 4
48 481 79 no endspace, no empty 15 9
49 560 79 no empty 2 9
50 639 79 no empty 2 9
51 718 79 no endspace 16 9
52 797 8 no empty 2 9
53 805 1 17 1
54 806 1 3 9
55 807 20 no empty 3 9
56 827 4 no zeros, zerofill(2) 2 9
57 831 4 no zeros, zerofill(1) 2 9
myisampack
displays the following kinds of information:
•
normal
The number of columns for which no extra packing is used.
•
empty-space
The number of columns containing values that are only spaces. These occupy one bit.
•
empty-zero
The number of columns containing values that are only binary zeros. These occupy one bit.
•
empty-fill
The number of integer columns that do not occupy the full byte range of their type. These are
changed to a smaller type. For example, a
BIGINT
column (eight bytes) can be stored as a
TINYINT
column (one byte) if all its values are in the range from
-128
to
127
.
•
pre-space
The number of decimal columns that are stored with leading spaces. In this case, each value
contains a count for the number of leading spaces.
•
end-space
The number of columns that have a lot of trailing spaces. In this case, each value contains a count
for the number of trailing spaces.
•
table-lookup
The column had only a small number of different values, which were converted to an
ENUM
before
Huffman compression.
•
zero
The number of columns for which all values are zero.
•
Original trees
The initial number of Huffman trees.
•
After join
The number of distinct Huffman trees left after joining trees to save some header space.
After a table has been compressed, the
Field
lines displayed by
myisamchk -dvv
include additional
information about each column:
•
Type
The data type. The value may contain any of the following descriptors:
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...