~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/what_is_drizzle.rst

  • Committer: Stewart Smith
  • Date: 2010-11-03 03:28:23 UTC
  • mto: (1902.1.1 build) (1910.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: stewart@flamingspork.com-20101103032823-44k21f0njmk97omr
fix docs warning: Title underline (and overline) is too short in brief_history_of_drizzle.rst

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
================
 
1
=============
2
2
What is Drizzle?
3
 
================
 
3
=============
4
4
 
5
 
Drizzle is a micro-kernel designed database system. Its relational and durability goals are built into the kernel as a default design. It supports a number of interfaces which are "pluggable" so that the kernel does as little
6
 
as possible, and is as clear as possible to users. This allows users to extend the database by writing simple plugins.
 
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.
7
10
 
8
11
Drizzle supports SQL92, with custom extensions for advanced users.
9
12
 
10
 
Historically, database servers have dictated infrastructure - you must use the inbuilt authentication system, the inbuilt logging system etc. Drizzle takes a different approach; it aims to integrate with your existing infrastructure,
11
 
becoming a part of it instead of an island.
12
 
 
13
 
Drizzle has been designed for modern environments, which are 64bit, multi-core with gigabytes of memory.
14
 
 
15
 
Drizzle is open source software, and is maintained by a number of individuals and companies for the better advancement of all who participate.
 
 
b'\\ No newline at end of file'
 
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.