Re: Remote Searcher performance and Document retrieval

2007-01-08 Thread sashaman
No, I haven't compared it to a local index, but when working on other projects in the past I've always seen that "chatty" remote access can really hurt performance, and that batching up multiple calls into a single remote access saves a lot of time. Alex -- View this message in context: http:/

Re: Remote Searcher performance and Document retrieval

2007-01-08 Thread Daniel Naber
On Monday 08 January 2007 23:08, sashaman wrote: > Can anyone comment on this performance issue? Have you compared to a local index? It's not uncommon for several doc() calls to take more time than searching, as doc() requires a lot I/O, even locally. Regards Daniel -- http://www.danielnabe