1ARIA_PACK(1) User Commands ARIA_PACK(1)
2
3
4
6 aria_pack - generate compressed, read-only Aria tables
7
9 aria_pack [OPTIONS] filename...
10
12 Pack a Aria-table to take much less space. Keys are not updated, you
13 must run aria_chk -rq on the index (.MAI) file afterwards to update the
14 keys. You should give the .MAI file as the filename argument. To
15 unpack a packed table, run aria_chk -u on the table
16
17 -b, --backup
18 Make a backup of the table as table_name.OLD.
19
20 --character-sets-dir=name
21 Directory where character sets are.
22
23 -#, --debug[=name]
24 Output debug log. Often this is 'd:t:o,filename'.
25
26 -f, --force
27 Force packing of table even if it gets bigger or if tempfile
28 exists.
29
30 -j, --join=name
31 Join all given tables into 'new_table_name'. All tables MUST
32 have identical layouts.
33
34 -?, --help
35 Display this help and exit.
36
37 -s, --silent
38 Be more silent.
39
40 -T, --tmpdir=name
41 Use temporary directory to store temporary table.
42
43 -t, --test
44 Don't pack table, only test packing it.
45
46 -v, --verbose
47 Write info about progress and packing result. Use many -v for
48 more verbosity!
49
50 -V, --version
51 Output version information and exit.
52
53 -w, --wait
54 Wait and retry if table is in use.
55
56 Default options are read from the following files in the given order:
57 /etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf
58
59 The following groups are read: ariapack
60
61 The following options may be given as the first argument:
62
63 --print-defaults
64 Print the program argument list and exit.
65
66 --no-defaults
67 Don't read default options from any option file.
68
69 --defaults-file=#
70 Only read default options from the given file #.
71
72 --defaults-extra-file=#
73 Read this file after the global files are read.
74
76 myisampack(1)
77
78 For more information, please refer to the MariaDB Knowledge Base,
79 available online at https://mariadb.com/kb/
80
81
82
83aria_pack Ver 1.0 May 2014 ARIA_PACK(1)