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