in reply to Re: Re: Force perl to release memory back to the operating system
in thread Force perl to release memory back to the operating system
I agree. I have done match/merge processing with large lists much faster in flat files with unix commands than loading them into Oracle, for example, and trying to do the processing there. The data was very thin, less than 10 columns, but fairly large, about 1M records.