~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Monty Taylor
  • Date: 2011-03-10 18:18:24 UTC
  • mfrom: (2222.2.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: mordred@inaugust.com-20110310181824-mv5zqrahenb62y5i
Merge Mark: Documentation Edits

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
.. image:: logo.png
10
10
 
11
 
Drizzle is a transactional, relational, community-driven open source database that is forked from the popular MySQL database.
 
11
Drizzle is a transactional, relational, community-driven open-source database that is forked from the popular MySQL database.
12
12
 
13
 
The Drizzle team has removed non-essential code, re-factored the remaining code and modernized the code base moving to C++.
 
13
The Drizzle team has removed non-essential code, has re-factored the remaining code, and has converted the code to modern C++ and modern libraries.
14
14
 
15
15
Charter
16
16
 * A database optimized for Cloud infrastructure and Web applications
17
 
 * Design for massive concurrency on modern multi-cpu architecture
18
 
 * Optimize memory for increased performance and parallelism
 
17
 * Design for massive concurrency on modern multi-CPU architectures
 
18
 * Optimize memory use for increased performance and parallelism
19
19
 * Open source, open community, open design
20
20
 
21
21
Scope