Search the MySQL manual:

7.6.4 Characteristics of BDB tables:

User Comments

Posted by Federico Razzoli on Friday February 7 2003, @4:45am[Delete] [Edit]

Sorry, I don't understand why one should use BDB instead of InnoDB. You say table scan is slow, COUNT(*) is slow, more space is required... I don't see any advantage!

Posted by Daniel Solin on Thursday February 20 2003, @4:35am[Delete] [Edit]

Transactions support! :)

What one could question though is why one would want to use BDB now when we have InnoDB. InnoDB, which like BDB provides MySQL with a transactions capable storage engine, seems to be fast, come with more features, and it's obviously also more widely supported by MySQL AB.

Posted by Thom Leigh on Thursday April 3 2003, @9:44am[Delete] [Edit]

The advantage of BDB over innoDB isn't necessarily technical. Consider licensing.

Add your own comment.