~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/what_is_drizzle.rst

  • Committer: lbieber at stabletransit
  • Date: 2010-10-12 20:37:21 UTC
  • mfrom: (1838.2.1 trunk-drizzle)
  • mto: This revision was merged to the branch mainline in revision 1843.
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101012203721-xb9gzo9tdxgqvawu
Merge Brian - adding more documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.