~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/what_is_drizzle.rst

  • Committer: Lee Bieber
  • Date: 2010-12-23 02:14:02 UTC
  • mfrom: (2021.1.2 build)
  • Revision ID: kalebral@gmail.com-20101223021402-o4zhdsv3x8s0q6pz
Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 
Merge Marisa - fixed markup in 'administrative.rst', which was throwing an error in the build

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. 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.
7
 
 
8
 
Drizzle supports SQL92, with custom extensions for advanced users.
9
 
 
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'