Chris Devers wrote:

This may be the sort of problem that would best be handled by a proper database server. The folks writing RDBMSes have been tackling problems like this for decades now, and have some useful techniques; rather than reinvent the wheel, you can just leverage their efforts by putting everything into (say) MySQL or PostgreSQL. (Of course, that makes things more complicated too, but should at least get you past this problem.)




Yes this little job is getting too big for a dbm file. This was the first time I've tried it on anything > 8 million.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to