Commit 666f5ef2 authored by Michal Čihař's avatar Michal Čihař

Recommend --optimize over --rebuild

It usualy brings same performance improvements in much smaller time.
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 2f352339
......@@ -275,7 +275,14 @@ Fulltext search is too slow
Depending on various conditions (frequency of updates, server restarts and
other), fulltext index might get too fragmented over time. It is recommended to
rebuild it from scratch time to time:
optimize it time to time:
.. code-block:: sh
./manage.py rebuild_index --optimize
In case it does not help (or if you have removed lot of strings) it might be
better to rebuild it from scratch:
.. code-block:: sh
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment