File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -449,6 +449,20 @@ will see no change. If you do have multi-linked messages
449449this will hopefully result in better message->issue
450450matching.
451451
452+ Incremental/batch full test reindexing with roundup-admin (info)
453+ ----------------------------------------------------------------
454+
455+ The ``reindex`` command in ``roundup-admin`` can reindex
456+ a range of items. For example::
457+
458+ roundup-admin -i ... reindex issues:1-1000
459+
460+ will reindex only the first 1000 issues. This is useful since
461+ reindexing can take a while and slow down the tracker. By running
462+ it in batches you can control when the reindex runs rather than having
463+ to wait for it to complete all the reindexing. See the man page or
464+ `administration guide`_ for details.
465+
452466.. index:: Upgrading; 2.1.0 to 2.2.0
453467
454468Migrating from 2.1.0 to 2.2.0
You can’t perform that action at this time.
0 commit comments