From what I have been reading a new database format InnoDB
for mysql offers many of the key features of a good RDBMS. Do any of
you have experience with it?
for mysql offers many of the key features of a good RDBMS. Do any of
you have experience with it?
Changes in release 3.23.x (Stable)
The 3.23 release has several major features that are not present in
previous versions. We have added three new table types:
MyISAM
A new ISAM library which is tuned for SQL and supports large files.
BerkeleyDB or BDB
Uses the Berkeley DB library from Sleepycat Software to implement
transaction-safe tables.
Innodb
A transaction-safe table handler that supports row level locking, and
many Oracle-like features.
Request notifications