|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: Perl's Hash vs BerkeleyDB vs MySQLby ioannis (Curate) |
| on May 09, 2006 at 10:09 UTC ( #548167=note: print w/ replies, xml ) | Need Help?? |
|
Previous replies focused on ACID properties, with this post I observe other kinds of differences: 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.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||