drizzle
Profile
Search
 
Powered by SoftLayer
Drizzle Features

Contents

Main Points

Data types supported

please refer datatypes [removed] from MySQL 6.0
Following are the datatypes currently supported.

(Since INT is optimised around 32/64 bit, need not / should not say INT(<SIZE>), instead just say INT) (Auto-increment is supported)



New and Upcoming Features

Following are extracted from Biran's Blog Post

Authorization with LDAP

Planned for Cherry milestone.
Drizzle will have direct support for LDAP where Drizzle will be able to fetch authorization informaiton from LDAP.
External http server and HTTP authentication can be used to authenticate to access Drizzle

Freeing Schema / Database from filesystem directories

Now Schema is a real objects and not linked to filesystem directories.

New communication Protocol

Current protocol defaults to MySQL on port 3306, but the new protocol (which under heavy development) will be using port 4427.

Embedded Innodb

Drizzle will be moving to InnoDB Embedded Server instead of InnoDB plugin. and developed by Stewart Smith
Embedded Innodb is having very small footprint (around 800K) but with full ACID compliant for Transactions.
With Embedded Innodb, Drizzle got lot many features to monitor the configuration and performance of innodb
Comparison to Innodb plugin which is used Currently in Drizzle and MySQL, Embedded Innodb plugin will be using new storage engine APIs which is very clean and efficient
DATA_DICTIONARY.INNODB_CONFIGURATION :- Provides informaiton about the configuration parameters.
DATA_DICTIONARY.INNODB_STATUS :- Provides Innodb Status information

New Generation Storage Engine APIs

Complete Re-thinking is done for a much cleaner and simple interface to accommodate new storage engines. Drizzle development team is designing the new interface / API from stratch using the lessons they learned so far with Drizzle and its ancestor - MySQL.
Drizzle Developers are considering all valuable feedback from storage engine developers and community aswell.
For further Reading please refer Jay Pipe's blog post

Query Rewrites

Allows Drizzle to use full potential of Storage Engines. and in future database views will be using this feature.

New Data Dictionary (data_dictionary) schema

New Data Dictionary is providing lots of information for DBAs without much overhead of the legacy systems. For a quick example see this
Latest additions are
TABLE_DEFINITION_CACHE
TABLE_CACHE


Last Updated : Jobinau 10:42, 10 March 2010 (UTC)

Site generously hosted by SoftLayer Technologies