I think the docs for these nodes pretty much sum up the modules use and the differences. DB_File is for BDB 1 API and BerkeleyDB is for BDB version 2,3,4 API. In my hands for simple key/value storage this is much faster than the overhead of DBI/mysql.use DB_File; my ($handle,%db); $handle = tie(%db, 'DB_File'); $db{'Larry'} = 'Wall';
In reply to Re: Berkeley Use
by stajich
in thread Berkeley Use
by jettero
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |