~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Stewart Smith
  • Date: 2010-11-03 03:30:44 UTC
  • mto: (1902.1.1 build) (1910.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: stewart@flamingspork.com-20101103033044-10ctxt43f0yhm4v2
fix docs warning: underline/overline too short for update.rst

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Welcome to Drizzle's documentation!
7
7
===================================
8
8
 
9
 
Drizzle is a transactional, relational, community-driven open source database that is forked from the popular MySQL database.
10
 
 
11
 
The Drizzle team has removed non-essential code, re-factored the remaining code and modernized the code base moving to C++.
12
 
 
13
 
Charter
14
 
 * A database optimized for Cloud infrastructure and Web applications
15
 
 * Design for massive concurrency on modern multi-cpu architecture
16
 
 * Optimize memory for increased performance and parallelism
17
 
 * Open source, open community, open design
18
 
 
19
 
Scope
20
 
 * Re-designed modular architecture providing plugins with defined APIs
21
 
 * Simple design for ease of use and administration
22
 
 * Reliable, ACID transactional
 
9
Drizzle is a transactional, relational, community-driven open source database that is forked from the popular MySQL database.  
23
10
 
24
11
 
25
12
Introduction:
26
 
-------------
27
13
 
28
14
.. toctree::
29
15
   :maxdepth: 2
32
18
   what_is_drizzle
33
19
   brief_history_of_drizzle
34
20
   how_to_report_a_bug
35
 
   mysql_differences
36
21
 
37
22
SQL Language:
38
 
-------------
39
23
 
40
24
.. toctree::
41
25
   :maxdepth: 2
45
29
   dml
46
30
   columntypes 
47
31
   variables 
48
 
   locks 
49
 
   barriers 
50
32
   dynamic 
51
33
   getting_information 
52
34
   transactional 
53
35
   administrative 
54
36
 
55
37
Advanced Topics:
56
 
----------------
57
 
 
 
38
  
58
39
.. toctree::
59
40
   :maxdepth: 2
60
41
 
63
44
 
64
45
 
65
46
Configuration:
66
 
^^^^^^^^^^^^^^
 
47
 
67
48
.. toctree::
68
49
   :maxdepth: 2
69
50
 
71
52
   options
72
53
 
73
54
Plugins:
74
 
^^^^^^^^
 
55
 
75
56
.. toctree::
76
57
   :maxdepth: 2
77
58
 
78
59
   plugins/list
79
60
 
80
61
Architecture:
81
 
^^^^^^^^^^^^^
 
62
 
82
63
.. toctree::
83
64
   :maxdepth: 2
84
65
 
86
67
   replication
87
68
 
88
69
Clients:
89
 
^^^^^^^^
 
70
 
90
71
.. toctree::
91
72
   :maxdepth: 2
92
73
 
94
75
   clients/drizzledump.rst
95
76
 
96
77
libdrizzle:
97
 
^^^^^^^^^^^
 
78
 
98
79
.. toctree::
99
80
   :maxdepth: 2
100
81
 
101
82
   libdrizzle/api.rst
102
83
   libdrizzle/developer.rst
103
84
 
104
 
Testing:
105
 
 
106
 
.. toctree::
107
 
   :maxdepth: 2
108
 
 
109
 
   testing/test-run.rst
110
 
 
111
85
Indices and tables
112
86
==================
113
87