1838.2.1
by Brian Aker
More docs. |
1 |
=============
|
2 |
What is Drizzle?
|
|
3 |
=============
|
|
4 |
||
5 |
Drizzle is a micro-kernel designed database system with relational and |
|
6 |
durability goals built into the kernel as a default design. It supports a |
|
7 |
number of interfaces which are "pluggable" so that the kernel does as little |
|
8 |
as possible. This allows users to extend the database by writing simple |
|
9 |
plugins. |
|
10 |
||
11 |
Drizzle supports SQL92, with custom extensions for advanced users. |
|
12 |
||
13 |
It has been designed for modern environments which are 64bit, have lots of |
|
14 |
cores, many gigs of memory, and where a database is needed that will fit into the infrastructure |
|
15 |
of the environment (compared to classic solutions where the database is a |
|
16 |
world unto itself). |
|
17 |
||
18 |
Drizzle is open source software, and is maintained by a number of |
|
19 |
individuals and companies for the better advancement of all who participate. |