~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Monty Taylor
  • Date: 2010-10-21 23:10:12 UTC
  • mto: (1879.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1880.
  • Revision ID: mordred@inaugust.com-20101021231012-uhsebiqo23xi0ygy
Updated AUTHORS list with everyone from bzr logs.

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
 
   resources/index
68
 
 
69
 
User Level Topics:
70
 
------------------
71
 
.. toctree::
72
 
   :maxdepth: 2
73
 
 
74
 
   storage_engines
75
 
   using_replication
76
 
   logging
 
32
   columntypes
77
33
 
78
34
Configuration:
79
 
--------------
 
35
 
80
36
.. toctree::
81
37
   :maxdepth: 2
82
38
 
84
40
   options
85
41
 
86
42
Plugins:
87
 
^^^^^^^^
 
43
 
88
44
.. toctree::
89
45
   :maxdepth: 2
90
46
 
91
47
   plugins/list
92
48
 
93
49
Architecture:
94
 
-------------
 
50
 
95
51
.. toctree::
96
52
   :maxdepth: 2
97
53
 
99
55
   replication
100
56
 
101
57
Clients:
102
 
--------
 
58
 
103
59
.. toctree::
104
60
   :maxdepth: 2
105
61
 
106
62
   clients/drizzle.rst
107
63
   clients/drizzledump.rst
108
 
   clients/drizzleadmin.rst
109
 
   clients/errors.rst
110
64
 
111
65
libdrizzle:
112
 
-----------
 
66
 
113
67
.. toctree::
114
68
   :maxdepth: 2
115
69
 
116
70
   libdrizzle/api.rst
117
71
   libdrizzle/developer.rst
118
72
 
119
 
Testing:
120
 
--------
121
 
.. toctree::
122
 
   :maxdepth: 2
123
 
 
124
 
   testing/test-run.rst
125
 
   testing/dbqp.rst
126
 
 
127
73
Indices and tables
128
74
==================
129
75