On 10/31/06, Walter Underwood <[EMAIL PROTECTED]> wrote:
What is a good size for batching updates? My xml update docs are
around 600-700 bytes each right now.

When I think of "batches" I think of documents sent before a
<commit/>, but it seems like you are talking about the number of
documents sent in a single HTTP put.  For the latter, there isnt' a
huge advantage to making gigantic batch.  I usually tune mine to be
about 50-100kB (which for me is  only about ten documents).  It is
definately advantageous to run multiple threads, however (even on a
single processor machine).

-Mike

Reply via email to