Commit 901b40c4 authored by Michel Pelletier's avatar Michel Pelletier

Added a form to allow you to change the word threshold that the

Catalog uses to decide when to commit a subtransaction.  More words:
less commits, faster speed, bigger memory footprint.  Less words: more
commits, slower speed, smaller memory footprint.
parent d7dd1089
......@@ -5,6 +5,18 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<!--#var manage_tabs-->
<p>The Subtransaction threshold is the number of words the catalog
will index before it commits a subtransaction. If this number is low,
the Catalog will take much longer to index but consume much less
memory. If this number is higher, the Catalog will index quickly but
consume much more memory.</p>
<form action="manage_edit" method=POST>
Subtransaction threshold: <input name=threshold value="<!--#var
threshold-->"><br>
<input type=submit value=" Change ">
</form>
<ul>
<!--#in index_objects-->
<li>
......
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