in reply to DB_FILE tied hash

No, DB_FILE (or to be more specific the BerkeleyDB database engine) handles storage in a way that searching for and rewriting of data items are not expensive operations. That is one of the reasons complex database engines are used instead of simply storing data sequentially on disk

Replies are listed 'Best First'.
Re^2: DB_FILE tied hash
by fionbarr (Friar) on May 26, 2010 at 14:55 UTC
    just what I wanted to know...thanks.