On 10/31/06 12:54 PM, "Mike Klaas" <[EMAIL PROTECTED]> wrote: > 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).
Right, I meant per HTTP POST. I was wondering about parallel update requests, so thanks for that info. --wunder