Skip to content

Commit

Permalink
Added a form to allow you to change the word threshold that the
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Michel Pelletier committed Jun 30, 1999
1 parent 5732dc8 commit 08649da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions catalogStatus.dtml
Expand Up @@ -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>
Expand Down

0 comments on commit 08649da

Please sign in to comment.