in reply to Perl's Hash vs BerkeleyDB vs MySQL
Advantages of Perl Hash:
Advantages of BerkelyDB (not the same as DB_File):
Comparisons with SQL databases miss the whole point of an embedded database. DB4 is not a multi-process system; it is an embedded database, a a C library intended meant to run in the same address space with the main program (when not using rpc). The general advantages and disadvantages of stand-alone models versus the client-server model should be noted.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl's Hash vs BerkeleyDB vs MySQL
by herveus (Prior) on May 09, 2006 at 11:46 UTC | |
|
Re^2: Perl's Hash vs BerkeleyDB vs MySQL
by perrin (Chancellor) on May 09, 2006 at 12:53 UTC |