~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Joseph Daly
  • Date: 2010-10-30 01:01:48 UTC
  • mfrom: (1891 staging)
  • mto: This revision was merged to the branch mainline in revision 1900.
  • Revision ID: skinny.moey@gmail.com-20101030010148-k39lnrftv4bkbux9
merge trunk

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
 
9
Drizzle is a transactional, relational, community-driven open source database that is forked from the popular MySQL database.  
25
10
 
26
11
 
27
12
Introduction:
28
 
-------------
 
13
 
29
14
.. toctree::
30
15
   :maxdepth: 2
31
 
   
 
16
 
32
17
   preface
33
 
   license
34
18
   what_is_drizzle
35
19
   brief_history_of_drizzle
36
20
   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
21
 
49
22
SQL Language:
50
 
-------------
 
23
 
51
24
.. toctree::
52
25
   :maxdepth: 2
53
26
 
54
27
   queries
55
 
   functions/overview
56
 
   data_types
57
28
   ddl
58
29
   dml
59
30
   columntypes 
60
31
   variables 
61
 
   locks 
62
 
   barriers 
63
32
   dynamic 
64
33
   getting_information 
65
34
   transactional 
66
 
   administrative
67
 
   resources/index
 
35
   administrative 
68
36
 
69
 
User Level Topics:
70
 
------------------
 
37
Advanced Topics:
 
38
  
71
39
.. toctree::
72
40
   :maxdepth: 2
73
41
 
74
42
   storage_engines
75
 
   using_replication
76
43
   logging
77
44
 
 
45
 
78
46
Configuration:
79
 
--------------
 
47
 
80
48
.. toctree::
81
49
   :maxdepth: 2
82
50
 
84
52
   options
85
53
 
86
54
Plugins:
87
 
^^^^^^^^
 
55
 
88
56
.. toctree::
89
57
   :maxdepth: 2
90
58
 
91
59
   plugins/list
92
60
 
93
61
Architecture:
94
 
-------------
 
62
 
95
63
.. toctree::
96
64
   :maxdepth: 2
97
65
 
99
67
   replication
100
68
 
101
69
Clients:
102
 
--------
 
70
 
103
71
.. toctree::
104
72
   :maxdepth: 2
105
73
 
106
74
   clients/drizzle.rst
107
75
   clients/drizzledump.rst
108
 
   clients/drizzleadmin.rst
109
 
   clients/errors.rst
110
76
 
111
77
libdrizzle:
112
 
-----------
 
78
 
113
79
.. toctree::
114
80
   :maxdepth: 2
115
81
 
116
82
   libdrizzle/api.rst
117
83
   libdrizzle/developer.rst
118
84
 
119
 
Testing:
120
 
--------
121
 
.. toctree::
122
 
   :maxdepth: 2
123
 
 
124
 
   testing/test-run.rst
125
 
   testing/dbqp.rst
126
 
 
127
85
Indices and tables
128
86
==================
129
87