On Mon, Oct 22, 2001 at 11:14:58AM -0400, Victor wrote:
> Hello
> 
> As I understand it, MySQL with InnoDB or BDB support can support
> transactions. Is there a doc on the shortcomings of these tables and
> which one is better? MySQL documentation has a shortcomings page for
> InnoDB (but couldn't find one for BDB)
> 
> http://www.mysql.com/doc/I/n/InnoDB_restrictions.html
> 
> Any suggestions with which type to go with? What have been the
> experience with either/both? How does the future look for both?

The future looks very bright for InnoDB.  It is faster and scales
better than BDB, and it uses more granular locks.

> Both maintain log files to do rollbacks. Is this how PGSQL does this
> too?

InnoDB uses a mult-versioning scheme, which is what PostreSQL does.
So in that respect they're quite similar.

> How do these tables compare to dbs with "native" transaction support
> (like Oracle, MSSQL, and PostgreSQL) ?

InnoDB was largely modeled after Oracle.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936

MySQL 3.23.41-max: up 46 days, processed 1,018,046,439 queries (253/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to