~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Brian Aker
  • Date: 2010-10-15 01:23:36 UTC
  • mfrom: (1835.1.7 staging)
  • Revision ID: brian@tangent.org-20101015012336-8w5lox9kj0hkv0a1
MergeĀ inĀ mutable/execute

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Welcome to Drizzle's documentation!
7
7
===================================
8
8
 
9
 
.. image:: logo.png
10
 
 
11
 
Drizzle is a transactional, relational, community-driven open source database that is forked from the popular MySQL database.
12
 
 
13
 
The Drizzle team has removed non-essential code, re-factored the remaining code and modernized the code base moving to C++.
14
 
 
15
 
Charter
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
19
 
 * Open source, open community, open design
20
 
 
21
 
Scope
22
 
 * Re-designed modular architecture providing plugins with defined APIs
23
 
 * Simple design for ease of use and administration
24
 
 * Reliable, ACID transactional
25
 
 
 
9
Drizzle is a community-driven open source project that
 
10
is forked from the popular MySQL database.  
 
11
 
 
12
The Drizzle team has removed non-essential code, re-factored the remaining
 
13
code and modernized the code base moving to C++.
26
14
 
27
15
Introduction:
28
 
-------------
 
16
 
29
17
.. toctree::
30
18
   :maxdepth: 2
31
 
   
 
19
 
32
20
   preface
33
 
   license
34
21
   what_is_drizzle
35
22
   brief_history_of_drizzle
36
23
   how_to_report_a_bug
37
 
   mysql_differences
38
 
 
39
 
Compiling and Installing:
40
 
-------------------------
41
 
.. toctree::
42
 
   :maxdepth: 2
43
 
 
44
 
   installing/requirements
45
 
   installing/from_source
46
 
   installing/ubuntu
47
 
   installing/redhat
48
24
 
49
25
SQL Language:
50
 
-------------
 
26
 
51
27
.. toctree::
52
28
   :maxdepth: 2
53
29
 
54
 
   queries
55
 
   functions/overview
56
 
   data_types
57
30
   ddl
58
31
   dml
59
 
   columntypes 
60
 
   variables 
61
 
   locks 
62
 
   barriers 
63
 
   dynamic 
64
 
   getting_information 
65
 
   transactional 
66
 
   administrative
67
 
 
68
 
User Level Topics:
69
 
------------------
70
 
.. toctree::
71
 
   :maxdepth: 2
72
 
 
73
 
   storage_engines
74
 
   using_replication
75
 
   logging
 
32
   columntypes
76
33
 
77
34
Configuration:
78
 
--------------
 
35
 
79
36
.. toctree::
80
37
   :maxdepth: 2
81
38
 
83
40
   options
84
41
 
85
42
Plugins:
86
 
^^^^^^^^
 
43
 
87
44
.. toctree::
88
45
   :maxdepth: 2
89
46
 
90
47
   plugins/list
91
48
 
92
49
Architecture:
93
 
-------------
 
50
 
94
51
.. toctree::
95
52
   :maxdepth: 2
96
53
 
97
54
   protocol
98
 
   replication
99
55
 
100
56
Clients:
101
 
--------
 
57
 
102
58
.. toctree::
103
59
   :maxdepth: 2
104
60
 
105
61
   clients/drizzle.rst
106
62
   clients/drizzledump.rst
107
 
   clients/drizzleadmin.rst
108
 
   clients/errors.rst
109
63
 
110
64
libdrizzle:
111
 
-----------
 
65
 
112
66
.. toctree::
113
67
   :maxdepth: 2
114
68
 
115
69
   libdrizzle/api.rst
116
70
   libdrizzle/developer.rst
117
71
 
118
 
Testing:
119
 
--------
120
 
.. toctree::
121
 
   :maxdepth: 2
122
 
 
123
 
   testing/test-run.rst
124
 
   testing/dbqp.rst
125
 
 
126
72
Indices and tables
127
73
==================
128
74