Re: Searching without retaining all results
Brandon Hume <[email protected]> Thu, 3 Aug 2017 13:42:01 -0300
| Newsgroups | gmane.comp.lang.perl.modules.ldap |
|---|---|
| Message-ID | <[email protected]> |
On 8/3/2017 12:59 PM, Chris Ridd wrote: > I ended up patching Search.pm to avoid capturing each result when using callbacks. Is there a better way to do this? Were you using paged results? I've certainly never had to manage 30M+ results, but switching to paged changed a script that checks over ~300k results from a multi-gig RSS process to something that uses barely over 100M.