http://qs321.pair.com?node_id=294151


in reply to Force perl to release memory back to the operating system

I think your problem is one of design. Rather than trying to save all the records and sorting them, just iterate through all of them saving only the ones with the thirty highest balances if all you want to do is find the top clients.

Replies are listed 'Best First'.
Re: Design issue
by paulbort (Hermit) on Sep 25, 2003 at 18:24 UTC
    You missed part of the point: The data sought is the top thirty customers by total, where each customer has multiple transactions. There's no way to know that the last transaction in the file, plus something you've already discarded as inadequate, isn't enough to put a customer back in the top 30.

    The previous suggestions of sorting address this neatly. I was hoping to have something clever to add, but as usual the more prompt monks have covered this one thoroughly.

    --
    Spring: Forces, Coiled Again!