BDB (obsolete)

You are viewing an old version of this article. View the current version here.

BDB was a storage engine included in old versions of MySQL. It was removed from the 5.1 tree at some point, before the birth of MariaDB.

BDB allowed to use a patched version of the Berkeley DB key-value store. It was a transactional storage engine. Locking was made at page level.

Limitations

  • Indexes per table: 31
  • Columns per index: 16
  • Index size: 1024 bytes

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.