in reply to Re^2: perl using more Memory Than I have Got
in thread perl using more Memory Than I have Got

Well, I am processing the results of several very large database queries. These need to go in various very large hashes. I've been looking at out of memory caches but the network IO will slow things down even more.
I don't know for sure how DBM-Deep would perform in this case, but it's been mentioned several times in other nodes regarding large hashes. I'd give it a try.
  • Comment on Re^3: perl using more Memory Than I have Got