in reply to Re^2: storing a large hash in a database
in thread storing a large hash in a database

Did you read the previous answer or the DB_File documentation?

DB_File stores the data on disk using the Berkeley DB library, and it uses tie so that it looks like your data was stored in an ordinary hash.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re^3: storing a large hash in a database