~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:53:47 UTC
  • mfrom: (1842.1.3 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101012205347-zzg0en7nughfhven
Merge Monty - add valgrind stripping program to the tree, suppress size_t signature change
Merge Travis - File: /drizzled/xid.h. Changed struct name of 'st_drizzle_xid' to 'drizzle_xid', changed it to a C++ class and added constructor initialization list
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.