Drizzle

Why Trust Techopedia

What Does Drizzle Mean?

Drizzle is an open-source relational database management system (RDBMS) based on MySQL. Drizzle is built for Web and cloud computing applications and has a smaller footprint than MySQL. Commands for Drizzle are written using structured query language (SQL). Its software license is based on the GNU General Public License (GPL) as well as parts of the Berkeley Software Distribution (BSD) license.

Advertisements

Techopedia Explains Drizzle

Drizzle was initiated by Brian Aker in 2008. Now a product of a community-driven project, Drizzle releases are given out every two weeks, with most of its milestones occurring every three to four months. Drizzle, which is written in C++, was based on version 6.0 of MySQL. (Drizzle is not like SQLite in that it is not designed for embedded systems.) Drizzle is now being developed by people from Canonical Ltd., Google, Six Apart, Sun Microsystems, Rackspace and Intel. This RDBMS is designed for Unix-like operating systems including Linux, Mac OS X, Solaris and FreeBSD.

To come up with a smaller version of MySQL, developers removed nonessential code, refactored whatever code remained and made it run on a microkernel. The operations that were removed from the kernel are offered as pluggable components.

Despite being a stripped-down version of MySQL, Drizzle already includes the following features:

  • POSIX compliance
  • Pluggable architecture for views
  • Stored procedures
  • User-defined functions
  • Storage engines
  • Intelligent proxy
  • Multi CPU
  • Optimized field types
  • Efficient memory usage
  • InnoDB default storage engine
  • Localized command line tools

Some of the data types supported by Drizzle are:

  • INT
  • DOUBLE
  • FLOAT
  • VARCHAR
  • BLOB
  • DATE
  • TIMESTAMP
  • DATETIME
  • ENUM
Advertisements

Related Terms

Margaret Rouse
Technology Specialist
Margaret Rouse
Technology Specialist

Margaret is an award-winning writer and educator known for her ability to explain complex technical topics to a non-technical business audience. Over the past twenty years, her IT definitions have been published by Que in an encyclopedia of technology terms and cited in articles in the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine, and Discovery Magazine. She joined Techopedia in 2011. Margaret’s idea of ​​a fun day is to help IT and business professionals to learn to speak each other’s highly specialized languages.