17 Jan
2001
17 Jan
'01
10:16 a.m.
John Eikenberry wrote:
Long answer: If you check out the source and/or hit it with the profiler you'll see that the way the partial search works is to first do a more general search then to limit the hits as much as possible via regex's. Both these steps have to happen no matter the batch size, and this is where you take the performance hit.
Can you give me an exampel of a partial search expression that causes you problems? cheers, Chris