Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Drizzle (database server)

From Wikipedia, the free encyclopedia
Open-source database management system
This articlerelies excessively onreferences toprimary sources. Please improve this article by addingsecondary or tertiary sources.
Find sources: "Drizzle" database server – news ·newspapers ·books ·scholar ·JSTOR
(February 2011) (Learn how and when to remove this message)
Drizzle
Developer(s)Brian Aker and others
Final release
7.2.4 / September 23, 2012; 12 years ago (2012-09-23)[1]
Written inC++
Operating systemCross-platformPOSIX
Available inEnglish, with GNUGettext translations into 43 other languages
TypeDatabase management system
LicensePrimarilyGNU General Public License version 2 and 3, with someBSD components
Websitewww.drizzle.org
ADrizzle usage case

Drizzle is a discontinuedfree software/open-source relationaldatabase management system (DBMS) that wasforked from the now-defunct 6.0 development branch of theMySQL DBMS.[2]

Like MySQL, Drizzle had aclient/server architecture and usesSQL as its primarycommand language. Old Drizzle files are distributed under version 2 and 3 of theGNU General Public License (GPL) with portions, including the protocol drivers andreplication messaging under theBSD license.

Early work on the fork was done mid-2008 byBrian Aker.[3] Ongoing development was handled by a team of contributors that included staff members fromCanonical Ltd.,Google,Six Apart,Sun Microsystems,Rackspace, Data Differential, Blue Gecko,Intel,Percona,Hewlett-Packard,Red Hat, and others.[4] Drizzle source code, along with instructions on compiling it, are available via the project'sLaunchpad website.[5]

In October 2010, Drizzle had 13,478 total contributions, 96 total contributors, and 37 active contributors.[6] It was also announced that Drizzle had entered Beta.[7] The first GA version was released in March 2011.[8] Drizzle has actively participated in theGoogle Summer of Code Project since 2010.[9][10][11][12]

By late 2013 the project's active phase had come to an end. In July 2016 the maintainers concluded that the time had come for "winding things up officially" because "none of us have any time to dedicate to Drizzle anymore".[13]

Uses

[edit]

Drizzle is targeted at the web-infrastructure andcloud computing markets. The developers of the product describe it as a "smaller, slimmer and (hopefully) faster version of MySQL".[14]

Platforms and interfaces

[edit]

Drizzle is written in theC++ programming language, and stores itsstring data in theUTF-8 format. It was developed for modernUnix-likeoperating systems, includingLinux,FreeBSD,Mac OS X, andSolaris – in general, any OS that conforms toPOSIX and has a working implementation of the GNUAutotools.Microsoft Windows was not supported due to its lack of Autotools support.

Features

[edit]

Drizzle is a re-designed version of the MySQL v6.0 codebase and is designed around a central concept of having amicrokernel architecture. Features such as the querycache andauthentication system are nowplugins to the database, which follow the general theme of "pluggable storage engines" that were introduced in MySQL 5.1. It supportsPAM,LDAP, andHTTP AUTH for authentication via plugins it ships. Via its plugin system it supports logging to files,syslog, and remote services such asRabbitMQ andGearman. Drizzle is anACID-compliant relational database that supports transactions via anMVCC design.[15]

Microkernel

[edit]

Plugin points have been added to supportreplication,storage engines, query rewrite, table functions,user-defined functions, protocol adapters, and multiple query caches.

Indexes

[edit]

Like MySQL, Drizzle supports concurrent multiple engines. Via this, Drizzle includes built-in support forB+ tree andhash indexes. Drizzle's query planner is capable of using multiple indexes, from multiple engines to satisfy complex queries, using temporary in-memorybitmap index of operations.

Triggers

[edit]

Database triggers in Drizzle are supported forDML,DDL, and a number of an additional event-based operations in the server. The PrimeBase BLOB streaming system, which allows Drizzle to streambinary large objects (BLOBs) via HTTP, makes use of this system. All triggers for Drizzle currently must be written in C++.

Query rewrite

[edit]

Any query can be matched and rewritten dynamically that is sent to the server. This action is done beforeparsing occurs.

Data types

[edit]

A wide variety of nativedata types are supported, including:

Dynamic SQL

[edit]

Through support of the EXECUTE command Drizzle can operate dynamic multi-statement SQL. Via the keyword CONCURRENT it can operate these statements inparallel.

Replication

[edit]

Replication in Drizzle is done by generating "messages" using the GoogleProtocol Buffers library. These messages are then stored and executed on remote servers. The message format is a non-SQL neutral format which has allowed Drizzle to have replication appliers to RabbitMQ,Memcached, MySQL,Voldemort, andApache Cassandra.

Support and licensing

[edit]

Drizzle is licensed under version two and three of the GPL, with some parts, such as libdrizzle client library, under theBSD license.

See also

[edit]

References

[edit]
  1. ^"Series 7.2 : Drizzle". Launchpad.net. 23 September 2012. Retrieved2014-07-04.
  2. ^"MySQL fork Drizzle gets general release".ZDNet.
  3. ^Drizzle HistoryArchived September 2, 2013, at theWayback Machine
  4. ^List of Drizzle Contributors[permanent dead link]
  5. ^Drizzle.org[permanent dead link]
  6. ^How Many Contributors does Drizzle Have?Archived 2010-10-23 at theWayback Machine
  7. ^Drizzle7 Beta ReleasedArchived December 13, 2010, at theWayback Machine
  8. ^"Archived copy". Archived fromthe original on 2011-03-18. Retrieved2011-03-16.{{cite web}}: CS1 maint: archived copy as title (link)
  9. ^[1]Archived April 4, 2012, at theWayback Machine
  10. ^[2]Archived February 10, 2012, at theWayback Machine
  11. ^[3]Archived May 16, 2013, at theWayback Machine
  12. ^[4]Archived April 27, 2013, at theWayback Machine
  13. ^"Email to drizzle-discuss public mailing list by Brian Aker and Stewart Smith, July 27-28, 2016". Retrieved2021-04-15.
  14. ^Monty-says.blogspot.com
  15. ^Drizzle DocumentationArchived November 25, 2010, at theWayback Machine

External links

[edit]
Editions
SQL GUI tools
Storage engines
Procedural Language
Forks and Branches
People
Projects
Retrieved from "https://en.wikipedia.org/w/index.php?title=Drizzle_(database_server)&oldid=1258741907"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp