RE: EDB from a system designer's viewpoint
- Posted by Andy Serpa <ac at onehorseshy.com> Jan 21, 2004
- 544 views
Ben Duncan wrote: > > > MySql is not "Commercial Grade". Although good in it's own right, > it is lacking some dbm features. MySql is a "file based" B-Tree > keyed file system with SQL layered on top. > > For "Industrial Strength" OSS, there are Postgres and Firebird. > > Another good "file based" dbm, is the BerkleyDBM. It has "transaction" > journalization, something that MySql lacks. > see: http://www.sleepycat.com > MySQL now has the option of using BerkeleyDB as the database engine with full transaction support.