manitou-mgr
{{--clear-full-text-index} | {--reindex-full-text
[--reindex-partitions=N-M
]
[--reindex-jobs=J
]
}}
[--conf=/path/to/configfile
] [--quiet]
Options:
index_words
is ignored.N-M
form, all partitions between N
and M
inclusive are reindexed. A partition designates a range of mail_id
(internal unique message identifier), rather than a physical table. The size of these ranges is given by the configuration setting word_index_partsize
in the runtime_info
table.
/etc/manitou-mdx.conf
)
manitou-mgr
{{--do-partition-words} | {--undo-partition-words}}
[--dry-run] [--conf=/path/to/configfile
]
Options:
word
. Also create a view named words
to read all of them through a sql union.
The partitioning be used when the words
table is so large than insert time becomes problematic. The event is also registered into the runtime_info
table and taken into account by import. If a manitou-mdx process is connected to the database with index_words
enabled, it should be terminated before launching this command.words
table has been partitioned, this command undoes the setup by recreating a large unique words
table. It also registered the event so that subsequent import and searches will use it as non-partitioned.
If a manitou-mdx
process is connected to the database with index_words
enabled, it should be terminated before launching this command.