Dbm

Dbm

: "For other uses, see DBM (disambiguation)"

dbm was the first of a family of simple database engines, originally written by Ken Thompson and released by AT&T in 1979 [ATT79] . The name is a three letter acronym for "database manager".

dbm stores arbitrary data by use of a single key (a primary key) in fixed-size buckets and uses hashing techniques to enable fast retrieval of the data by key.

The hashing scheme used is a form of extensible hashing, so that the hashing scheme expands as new buckets are added to the database, meaning that, when nearly empty, the database starts with one bucket, which is then split when it becomes full. The two resulting child buckets will themselves split when they become full, so the database grows as keys are added.

It should be noted that while dbm and its derivatives are pre-relational databases--effectively a hash fixed to disk--in practice they can offer a more practical solution for high-speed storage looked up by-key as they do not require the overhead of connecting and preparing queries. This is balanced by the fact that they can generally only be opened for writing by a single process at a time. While this can be addressed by the use of an agent daemon which can receive signals from multiple processes, this does, in practice, add back some of the overhead (though not all). In simpler terms, they may be old tech but they're "fast".

Successors

dbm has had many successors:

* Ndbm: In 1986 Berkeley produced ndbm (standing for "New Database Manager"). This added support for having multiple databases open concurrently.

* Sdbm: Some versions of unix were excluding ndbm due to licencing issues, so in 1987 Ozan Yigit produced this public domain clone [YIG98] .

* Gdbm: Standing for 'GNU Database Manager' this open source version was written by Philip A. Nelson for the GNU project. It added support for arbitrary length data in the database, as previously all data had had a fixed maximum length.

* Tdbm: Provided support for atomic transactions.

* TDB: Released by the Samba team, under the GPL (source files in Samba package state LGPL license for TDB). From the Sourceforge page: "TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small."

* QDBM: 'Quicker Database Manager'. Claims to be quicker, and was released under the LGPL by Mikio Hirabayashi in 2000.

* Berkeley DB: A version that is available under dual licence, both open source and commercial. It is now supported and maintained by the company Sleepycat Software, which was formed by long time dbm developers Margo Seltzer and Keith Bostic. Sleepycat Software has been acquired by Oracle in February, 2006.

* JDBM: JDBM is a transactional persistence engine for Java. It aims to be for Java what GDBM is for other languages (C/C++, Python, Perl, etc.)

* Tokyo Cabinet: A modern reimplementation of QDBM, also by Mikio Hirabayashi

* VSDB: An implementation of a dbm-like database written by John Meacham that supports full ACID semantics that places data safety above all. It includes transactions and rollbacks with no locking whatsoever, rather relying on atomic filesystem operations.

References

*
*
*


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • DBm — Saltar a navegación, búsqueda El dBm es una unidad de medida utilizada, principalmente, en telecomunicación para expresar la potencia absoluta mediante una relación logarítmica. El dBm se define como el nivel de potencia en decibelios en relación …   Wikipedia Español

  • DBM — DBM  платформенно независимый механизм для хранения строк в файле как в хеше. И ключ и ассоциированные с ним данные должны быть строками. Так же DBM можно считать Движком баз данных (Database engine). DBM в Ruby Интерфейс dbm входит в… …   Википедия

  • Dbm — a été le premier d une famille de moteurs simples de base de données, à l origine écrit par Ken Thompson et publié par ATT en 1979. Le nom est un acronyme de trois lettres de gestionnaire de base de données (DataBase Manager). dbm stocke des… …   Wikipédia en Français

  • dbm — a été le premier d une famille de moteurs de base de données, à l origine écrit par Ken Thompson et publié par AT T en 1979. Son nom est l acronyme de database manager (gestionnaire de base de données). dbm stocke des données arbitraires par l… …   Wikipédia en Français

  • dBm — (parfois dBmW) est une abréviation du rapport de puissance en décibels (dB) entre la puissance mesurée et un milliwatt (mW). Elle est utilisée dans les réseaux radio, micro ondes et fibre optique comme une mesure commode de puissance absolue en… …   Wikipédia en Français

  • DBM — may refer to: dBm, a unit for power measurement dbm, UNIX s Database Manager family of pre relational database engines D. B. M. Patnaik (1925–2009), an Indian lawyer, politician and communist leader De Bellis Multitudinis, a wargame ruleset… …   Wikipedia

  • dBm — For other uses, see DBM (disambiguation). A schematic showing the relationship between dBu (the voltage source) and dBm (the power dissipated as heat by the 600 Ω resistor) dBm (sometimes dBmW) is an abbreviation for the power ratio in decibels… …   Wikipedia

  • dbm — This article is about the family of database engines. For other uses, see dbm. dbm was the first of a family of simple database engines, originally written by Ken Thompson and released by AT T in 1979. The name is a three letter acronym for… …   Wikipedia

  • DBm — For other uses, see DBM (disambiguation) dBm (sometimes dBmW) is an abbreviation for the power ratio in decibels (dB) of the measured power referenced to one milliwatt (mW). It is used in radio, microwave and fiber optic networks as a convenient… …   Wikipedia

  • DBm — Dieser Artikel erläutert die Hilfsmaßeinheiten Bel (bzw. Dezibel), für Informationen über in Dezibel angegebene Größen und Beispiele dazu siehe auch Schalldruckpegel, Schallleistungspegel, Spannungspegel, Pegel, Maß (logarithmische Größe) Einheit …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”